Kconfig (ebf8889bd1fe3615991ff4494635d237280652a2) | Kconfig (0dde1a1df9ab0615ed08558fb7144e7739e9f565) |
---|---|
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 --- 12 unchanged lines hidden (view full) --- 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 | 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 --- 12 unchanged lines hidden (view full) --- 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 |
|
29endchoice 30 31config PQ2ADS 32 bool 33 default n 34 35config 8260 36 bool --- 16 unchanged lines hidden --- | 42endchoice 43 44config PQ2ADS 45 bool 46 default n 47 48config 8260 49 bool --- 16 unchanged lines hidden --- |