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 / 83xx / Kconfig next >
Encoding:
Text File  |  2008-12-24  |  2.5 KB  |  117 lines

  1. menuconfig PPC_83xx
  2.     bool "83xx-based boards"
  3.     depends on 6xx && PPC_MULTIPLATFORM
  4.     select PPC_UDBG_16550
  5.     select PPC_PCI_CHOICE
  6.     select FSL_PCI if PCI
  7.     select FSL_SOC
  8.     select IPIC
  9.  
  10. if PPC_83xx
  11.  
  12. config MPC831x_RDB
  13.     bool "Freescale MPC831x RDB"
  14.     select DEFAULT_UIMAGE
  15.     select PPC_MPC831x
  16.     help
  17.       This option enables support for the MPC8313 RDB and MPC8315 RDB boards.
  18.  
  19. config MPC832x_MDS
  20.     bool "Freescale MPC832x MDS"
  21.     select DEFAULT_UIMAGE
  22.     select PPC_MPC832x
  23.     help
  24.       This option enables support for the MPC832x MDS evaluation board.
  25.  
  26. config MPC832x_RDB
  27.     bool "Freescale MPC832x RDB"
  28.     select DEFAULT_UIMAGE
  29.     select PPC_MPC832x
  30.     help
  31.       This option enables support for the MPC8323 RDB board.
  32.  
  33. config MPC834x_MDS
  34.     bool "Freescale MPC834x MDS"
  35.     select DEFAULT_UIMAGE
  36.     select PPC_MPC834x
  37.     help
  38.       This option enables support for the MPC 834x MDS evaluation board.
  39.  
  40.       Be aware that PCI buses can only function when MDS board is plugged
  41.       into the PIB (Platform IO Board) board from Freescale which provide
  42.       3 PCI slots.  The PIBs PCI initialization is the bootloader's
  43.       responsibility.
  44.  
  45. config MPC834x_ITX
  46.     bool "Freescale MPC834x ITX"
  47.     select DEFAULT_UIMAGE
  48.     select PPC_MPC834x
  49.     help
  50.       This option enables support for the MPC 834x ITX evaluation board.
  51.  
  52.       Be aware that PCI initialization is the bootloader's
  53.       responsibility.
  54.  
  55. config MPC836x_MDS
  56.     bool "Freescale MPC836x MDS"
  57.     select DEFAULT_UIMAGE
  58.     help
  59.       This option enables support for the MPC836x MDS Processor Board.
  60.  
  61. config MPC836x_RDK
  62.     bool "Freescale/Logic MPC836x RDK"
  63.     select DEFAULT_UIMAGE
  64.     select FSL_GTM
  65.     select FSL_LBC
  66.     help
  67.       This option enables support for the MPC836x RDK Processor Board,
  68.       also known as ZOOM PowerQUICC Kit.
  69.  
  70. config MPC837x_MDS
  71.     bool "Freescale MPC837x MDS"
  72.     select DEFAULT_UIMAGE
  73.     select PPC_MPC837x
  74.     help
  75.       This option enables support for the MPC837x MDS Processor Board.
  76.  
  77. config MPC837x_RDB
  78.     bool "Freescale MPC837x RDB"
  79.     select DEFAULT_UIMAGE
  80.     select PPC_MPC837x
  81.     help
  82.       This option enables support for the MPC837x RDB Board.
  83.  
  84. config SBC834x
  85.     bool "Wind River SBC834x"
  86.     select DEFAULT_UIMAGE
  87.     select PPC_MPC834x
  88.     help
  89.       This option enables support for the Wind River SBC834x board.
  90.  
  91. config ASP834x
  92.     bool "Analogue & Micro ASP 834x"
  93.     select PPC_MPC834x
  94.     select REDBOOT
  95.     help
  96.       This enables support for the Analogue & Micro ASP 83xx
  97.       board.
  98.  
  99.  
  100. endif
  101.  
  102. # used for usb
  103. config PPC_MPC831x
  104.     bool
  105.  
  106. # used for math-emu
  107. config PPC_MPC832x
  108.     bool
  109.  
  110. # used for usb
  111. config PPC_MPC834x
  112.     bool
  113.  
  114. # used for usb
  115. config PPC_MPC837x
  116.     bool
  117.