diff options
Diffstat (limited to 'arch/ppc/platforms/4xx/Kconfig')
-rw-r--r-- | arch/ppc/platforms/4xx/Kconfig | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/arch/ppc/platforms/4xx/Kconfig b/arch/ppc/platforms/4xx/Kconfig index 108d5a730f84..e70e4c6ec787 100644 --- a/arch/ppc/platforms/4xx/Kconfig +++ b/arch/ppc/platforms/4xx/Kconfig | |||
@@ -82,6 +82,12 @@ config LUAN | |||
82 | help | 82 | help |
83 | This option enables support for the IBM PPC440SP evaluation board. | 83 | This option enables support for the IBM PPC440SP evaluation board. |
84 | 84 | ||
85 | config YUCCA | ||
86 | bool "Yucca" | ||
87 | select WANT_EARLY_SERIAL | ||
88 | help | ||
89 | This option enables support for the AMCC PPC440SPe evaluation board. | ||
90 | |||
85 | config OCOTEA | 91 | config OCOTEA |
86 | bool "Ocotea" | 92 | bool "Ocotea" |
87 | select WANT_EARLY_SERIAL | 93 | select WANT_EARLY_SERIAL |
@@ -126,7 +132,8 @@ config 440SP | |||
126 | 132 | ||
127 | config 440SPE | 133 | config 440SPE |
128 | bool | 134 | bool |
129 | default n | 135 | depends on YUCCA |
136 | default y | ||
130 | 137 | ||
131 | config 440 | 138 | config 440 |
132 | bool | 139 | bool |
@@ -162,7 +169,7 @@ config BOOKE | |||
162 | 169 | ||
163 | config IBM_OCP | 170 | config IBM_OCP |
164 | bool | 171 | bool |
165 | depends on ASH || BAMBOO || BUBINGA || CPCI405 || EBONY || EP405 || LUAN || OCOTEA || REDWOOD_5 || REDWOOD_6 || SYCAMORE || WALNUT | 172 | depends on ASH || BAMBOO || BUBINGA || CPCI405 || EBONY || EP405 || LUAN || YUCCA || OCOTEA || REDWOOD_5 || REDWOOD_6 || SYCAMORE || WALNUT |
166 | default y | 173 | default y |
167 | 174 | ||
168 | config XILINX_OCP | 175 | config XILINX_OCP |