diff options
Diffstat (limited to 'arch/powerpc/platforms/83xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/83xx/Kconfig | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/arch/powerpc/platforms/83xx/Kconfig b/arch/powerpc/platforms/83xx/Kconfig index 713b31a16ce9..19cafdf6df93 100644 --- a/arch/powerpc/platforms/83xx/Kconfig +++ b/arch/powerpc/platforms/83xx/Kconfig | |||
@@ -1,8 +1,6 @@ | |||
1 | menu "Platform support" | ||
2 | depends on PPC_83xx | ||
3 | |||
4 | choice | 1 | choice |
5 | prompt "Machine Type" | 2 | prompt "Machine Type" |
3 | depends on PPC_83xx | ||
6 | default MPC834x_MDS | 4 | default MPC834x_MDS |
7 | 5 | ||
8 | config MPC8313_RDB | 6 | config MPC8313_RDB |
@@ -18,6 +16,13 @@ config MPC832x_MDS | |||
18 | help | 16 | help |
19 | This option enables support for the MPC832x MDS evaluation board. | 17 | This option enables support for the MPC832x MDS evaluation board. |
20 | 18 | ||
19 | config MPC832x_RDB | ||
20 | bool "Freescale MPC832x RDB" | ||
21 | select DEFAULT_UIMAGE | ||
22 | select QUICC_ENGINE | ||
23 | help | ||
24 | This option enables support for the MPC8323 RDB board. | ||
25 | |||
21 | config MPC834x_MDS | 26 | config MPC834x_MDS |
22 | bool "Freescale MPC834x MDS" | 27 | bool "Freescale MPC834x MDS" |
23 | select DEFAULT_UIMAGE | 28 | select DEFAULT_UIMAGE |
@@ -57,7 +62,7 @@ config PPC_MPC832x | |||
57 | bool | 62 | bool |
58 | select PPC_UDBG_16550 | 63 | select PPC_UDBG_16550 |
59 | select PPC_INDIRECT_PCI | 64 | select PPC_INDIRECT_PCI |
60 | default y if MPC832x_MDS | 65 | default y if MPC832x_MDS || MPC832x_RDB |
61 | 66 | ||
62 | config MPC834x | 67 | config MPC834x |
63 | bool | 68 | bool |
@@ -70,5 +75,3 @@ config PPC_MPC836x | |||
70 | select PPC_UDBG_16550 | 75 | select PPC_UDBG_16550 |
71 | select PPC_INDIRECT_PCI | 76 | select PPC_INDIRECT_PCI |
72 | default y if MPC836x_MDS | 77 | default y if MPC836x_MDS |
73 | |||
74 | endmenu | ||