1menuconfig PPC_82xx 2 bool "82xx-based boards (PQ II)" 3 depends on 6xx 4 5if PPC_82xx 6 7config 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 18config 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 28config 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 if NETDEVICES 34 select MDIO_BITBANG if PHYLIB 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 41config 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 49endif 50 51config PQ2ADS 52 bool 53 default n 54 55config 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 64config 8272 65 bool 66 select 8260 67 help 68 The MPC8272 CPM has a different internal dpram setup than other CPM2 69 devices 70 71config PQ2_ADS_PCI_PIC 72 bool 73