1menuconfig PPC_82xx 2 bool "82xx-based boards (PQ II)" 3 depends on 6xx && PPC_MULTIPLATFORM 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 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 41endif 42 43config PQ2ADS 44 bool 45 default n 46 47config 8260 48 bool 49 depends on 6xx 50 select CPM2 51 help 52 The MPC8260 is a typical embedded CPU made by Freescale. Selecting 53 this option means that you wish to build a kernel for a machine with 54 an 8260 class CPU. 55 56config 8272 57 bool 58 select 8260 59 help 60 The MPC8272 CPM has a different internal dpram setup than other CPM2 61 devices 62 63config PQ2_ADS_PCI_PIC 64 bool 65