home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / arm / mach-iop13xx / Kconfig next >
Encoding:
Text File  |  2008-12-24  |  422 b   |  21 lines

  1. if ARCH_IOP13XX
  2.  
  3. menu "IOP13XX Implementation Options"
  4.  
  5. comment "IOP13XX Platform Support"
  6.  
  7. config MACH_IQ81340SC
  8.     bool "Enable IQ81340SC Hardware Support"
  9.     help
  10.       Say Y here if you want to support running on the Intel IQ81340SC
  11.       evaluation kit.
  12.  
  13. config MACH_IQ81340MC
  14.     bool "Enable IQ81340MC Hardware Support"
  15.     help
  16.       Say Y here if you want to support running on the Intel IQ81340MC
  17.       evaluation kit.
  18.  
  19. endmenu
  20. endif
  21.