diff options
Diffstat (limited to 'arch/powerpc/platforms/82xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/82xx/Kconfig | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/arch/powerpc/platforms/82xx/Kconfig b/arch/powerpc/platforms/82xx/Kconfig index 89fde43895c5..541fbb815631 100644 --- a/arch/powerpc/platforms/82xx/Kconfig +++ b/arch/powerpc/platforms/82xx/Kconfig | |||
@@ -1,17 +1,30 @@ | |||
1 | choice | 1 | choice |
2 | prompt "82xx Board Type" | 2 | prompt "82xx Board Type" |
3 | depends on PPC_82xx | 3 | depends on PPC_82xx |
4 | default MPC82xx_ADS | 4 | default MPC8272_ADS |
5 | 5 | ||
6 | config MPC82xx_ADS | 6 | config MPC8272_ADS |
7 | bool "Freescale MPC82xx ADS" | 7 | bool "Freescale MPC8272 ADS" |
8 | select DEFAULT_UIMAGE | 8 | select DEFAULT_UIMAGE |
9 | select PQ2ADS | 9 | select PQ2ADS |
10 | select 8272 | 10 | select 8272 |
11 | select 8260 | 11 | select 8260 |
12 | select FSL_SOC | 12 | select FSL_SOC |
13 | select PQ2_ADS_PCI_PIC if PCI | ||
14 | select PPC_CPM_NEW_BINDING | ||
13 | help | 15 | help |
14 | This option enables support for the MPC8272 ADS board | 16 | This option enables support for the MPC8272 ADS board |
17 | |||
18 | config 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 | ||
15 | 28 | ||
16 | endchoice | 29 | endchoice |
17 | 30 | ||
@@ -34,3 +47,6 @@ config 8272 | |||
34 | help | 47 | help |
35 | The MPC8272 CPM has a different internal dpram setup than other CPM2 | 48 | The MPC8272 CPM has a different internal dpram setup than other CPM2 |
36 | devices | 49 | devices |
50 | |||
51 | config PQ2_ADS_PCI_PIC | ||
52 | bool | ||