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 / powerpc / platforms / 512x / Kconfig next >
Encoding:
Text File  |  2008-12-24  |  752 b   |  33 lines

  1. config PPC_MPC512x
  2.     bool
  3.     select FSL_SOC
  4.     select IPIC
  5.     select PPC_CLOCK
  6.     select PPC_PCI_CHOICE
  7.     select FSL_PCI if PCI
  8.  
  9. config PPC_MPC5121
  10.     bool
  11.     select PPC_MPC512x
  12.  
  13. config MPC5121_ADS
  14.     bool "Freescale MPC5121E ADS"
  15.     depends on PPC_MULTIPLATFORM && PPC32
  16.     select DEFAULT_UIMAGE
  17.     select PPC_MPC5121
  18.     select MPC5121_ADS_CPLD
  19.     help
  20.       This option enables support for the MPC5121E ADS board.
  21.  
  22. config MPC5121_GENERIC
  23.     bool "Generic support for simple MPC5121 based boards"
  24.     depends on PPC_MULTIPLATFORM && PPC32
  25.     select DEFAULT_UIMAGE
  26.     select PPC_MPC5121
  27.     help
  28.       This option enables support for simple MPC5121 based boards
  29.       which do not need custom platform specific setup.
  30.  
  31.       Compatible boards include:  Protonic LVT base boards (ZANMCU
  32.       and VICVT2).
  33.