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 / 82xx / Kconfig next >
Encoding:
Text File  |  2008-12-24  |  1.4 KB  |  73 lines

  1. menuconfig PPC_82xx
  2.     bool "82xx-based boards (PQ II)"
  3.     depends on 6xx && PPC_MULTIPLATFORM
  4.  
  5. if PPC_82xx
  6.  
  7. config MPC8272_ADS
  8.     bool "Freescale MPC8272 ADS"
  9.     select DEFAULT_UIMAGE
  10.     select PQ2ADS
  11.     select 8272
  12.     select 8260
  13.     select FSL_SOC
  14.     select PQ2_ADS_PCI_PIC if PCI
  15.     help
  16.       This option enables support for the MPC8272 ADS board
  17.  
  18. config PQ2FADS
  19.     bool "Freescale PQ2FADS"
  20.     select DEFAULT_UIMAGE
  21.     select PQ2ADS
  22.     select 8260
  23.     select FSL_SOC
  24.     select PQ2_ADS_PCI_PIC if PCI
  25.     help
  26.       This option enables support for the PQ2FADS board
  27.  
  28. config EP8248E
  29.     bool "Embedded Planet EP8248E (a.k.a. CWH-PPC-8248N-VE)"
  30.     select 8272
  31.     select 8260
  32.     select FSL_SOC
  33.     select PHYLIB
  34.     select MDIO_BITBANG
  35.     help
  36.       This enables support for the Embedded Planet EP8248E board.
  37.  
  38.       This board is also resold by Freescale as the QUICCStart
  39.       MPC8248 Evaluation System and/or the CWH-PPC-8248N-VE.
  40.  
  41. config MGCOGE
  42.     bool "Keymile MGCOGE"
  43.     select 8272
  44.     select 8260
  45.     select FSL_SOC
  46.     help
  47.       This enables support for the Keymile MGCOGE board.
  48.  
  49. endif
  50.  
  51. config PQ2ADS
  52.     bool
  53.     default n
  54.  
  55. config 8260
  56.     bool
  57.     depends on 6xx
  58.     select CPM2
  59.     help
  60.       The MPC8260 is a typical embedded CPU made by Freescale.  Selecting
  61.       this option means that you wish to build a kernel for a machine with
  62.       an 8260 class CPU.
  63.  
  64. config 8272
  65.     bool
  66.     select 8260
  67.     help
  68.       The MPC8272 CPM has a different internal dpram setup than other CPM2
  69.       devices
  70.  
  71. config PQ2_ADS_PCI_PIC
  72.     bool
  73.