diff options
Diffstat (limited to 'arch/powerpc/platforms/83xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/83xx/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/83xx/Kconfig b/arch/powerpc/platforms/83xx/Kconfig index 5fe7b7faf45f..0975e94ac7c4 100644 --- a/arch/powerpc/platforms/83xx/Kconfig +++ b/arch/powerpc/platforms/83xx/Kconfig | |||
@@ -5,6 +5,13 @@ choice | |||
5 | prompt "Machine Type" | 5 | prompt "Machine Type" |
6 | default MPC834x_SYS | 6 | default MPC834x_SYS |
7 | 7 | ||
8 | config MPC832x_MDS | ||
9 | bool "Freescale MPC832x MDS" | ||
10 | select DEFAULT_UIMAGE | ||
11 | select QUICC_ENGINE | ||
12 | help | ||
13 | This option enables support for the MPC832x MDS evaluation board. | ||
14 | |||
8 | config MPC834x_SYS | 15 | config MPC834x_SYS |
9 | bool "Freescale MPC834x SYS" | 16 | bool "Freescale MPC834x SYS" |
10 | select DEFAULT_UIMAGE | 17 | select DEFAULT_UIMAGE |
@@ -27,6 +34,12 @@ config MPC834x_ITX | |||
27 | 34 | ||
28 | endchoice | 35 | endchoice |
29 | 36 | ||
37 | config PPC_MPC832x | ||
38 | bool | ||
39 | select PPC_UDBG_16550 | ||
40 | select PPC_INDIRECT_PCI | ||
41 | default y if MPC832x_MDS | ||
42 | |||
30 | config MPC834x | 43 | config MPC834x |
31 | bool | 44 | bool |
32 | select PPC_UDBG_16550 | 45 | select PPC_UDBG_16550 |