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 select PPC_CPM_NEW_BINDING 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 select PPC_CPM_NEW_BINDING 26 help 27 This option enables support for the PQ2FADS board 28 29config EP8248E 30 bool "Embedded Planet EP8248E (a.k.a. CWH-PPC-8248N-VE)" 31 select 8272 32 select 8260 33 select FSL_SOC 34 select PPC_CPM_NEW_BINDING 35 select MDIO_BITBANG 36 help 37 This enables support for the Embedded Planet EP8248E board. 38 39 This board is also resold by Freescale as the QUICCStart 40 MPC8248 Evaluation System and/or the CWH-PPC-8248N-VE. 41 42endchoice 43 44config PQ2ADS 45 bool 46 default n 47 48config 8260 49 bool 50 depends on 6xx 51 select CPM2 52 help 53 The MPC8260 is a typical embedded CPU made by Freescale. Selecting 54 this option means that you wish to build a kernel for a machine with 55 an 8260 class CPU. 56 57config 8272 58 bool 59 select 8260 60 help 61 The MPC8272 CPM has a different internal dpram setup than other CPM2 62 devices 63 64config PQ2_ADS_PCI_PIC 65 bool 66