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