diff options
Diffstat (limited to 'arch/powerpc/platforms/83xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/83xx/Kconfig | 30 |
1 files changed, 26 insertions, 4 deletions
diff --git a/arch/powerpc/platforms/83xx/Kconfig b/arch/powerpc/platforms/83xx/Kconfig index 13587e2e8680..27d9bf86de01 100644 --- a/arch/powerpc/platforms/83xx/Kconfig +++ b/arch/powerpc/platforms/83xx/Kconfig | |||
@@ -1,10 +1,12 @@ | |||
1 | menuconfig MPC83xx | 1 | menuconfig PPC_83xx |
2 | bool "83xx Board Type" | 2 | bool "83xx-based boards" |
3 | depends on PPC_83xx | 3 | depends on 6xx && PPC_MULTIPLATFORM |
4 | select PPC_UDBG_16550 | 4 | select PPC_UDBG_16550 |
5 | select PPC_INDIRECT_PCI | 5 | select PPC_INDIRECT_PCI |
6 | select FSL_SOC | ||
7 | select IPIC | ||
6 | 8 | ||
7 | if MPC83xx | 9 | if PPC_83xx |
8 | 10 | ||
9 | config MPC831x_RDB | 11 | config MPC831x_RDB |
10 | bool "Freescale MPC831x RDB" | 12 | bool "Freescale MPC831x RDB" |
@@ -58,6 +60,17 @@ config MPC836x_MDS | |||
58 | help | 60 | help |
59 | This option enables support for the MPC836x MDS Processor Board. | 61 | This option enables support for the MPC836x MDS Processor Board. |
60 | 62 | ||
63 | config MPC836x_RDK | ||
64 | bool "Freescale/Logic MPC836x RDK" | ||
65 | select DEFAULT_UIMAGE | ||
66 | select QUICC_ENGINE | ||
67 | select QE_GPIO | ||
68 | select FSL_GTM | ||
69 | select FSL_LBC | ||
70 | help | ||
71 | This option enables support for the MPC836x RDK Processor Board, | ||
72 | also known as ZOOM PowerQUICC Kit. | ||
73 | |||
61 | config MPC837x_MDS | 74 | config MPC837x_MDS |
62 | bool "Freescale MPC837x MDS" | 75 | bool "Freescale MPC837x MDS" |
63 | select DEFAULT_UIMAGE | 76 | select DEFAULT_UIMAGE |
@@ -79,6 +92,15 @@ config SBC834x | |||
79 | help | 92 | help |
80 | This option enables support for the Wind River SBC834x board. | 93 | This option enables support for the Wind River SBC834x board. |
81 | 94 | ||
95 | config ASP834x | ||
96 | bool "Analogue & Micro ASP 834x" | ||
97 | select PPC_MPC834x | ||
98 | select REDBOOT | ||
99 | help | ||
100 | This enables support for the Analogue & Micro ASP 83xx | ||
101 | board. | ||
102 | |||
103 | |||
82 | endif | 104 | endif |
83 | 105 | ||
84 | # used for usb | 106 | # used for usb |