diff options
Diffstat (limited to 'arch/ppc/platforms/4xx/Kconfig')
-rw-r--r-- | arch/ppc/platforms/4xx/Kconfig | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/ppc/platforms/4xx/Kconfig b/arch/ppc/platforms/4xx/Kconfig index a7eaba91dfbf..8772ae11a951 100644 --- a/arch/ppc/platforms/4xx/Kconfig +++ b/arch/ppc/platforms/4xx/Kconfig | |||
@@ -32,11 +32,6 @@ config EP405 | |||
32 | help | 32 | help |
33 | This option enables support for the EP405/EP405PC boards. | 33 | This option enables support for the EP405/EP405PC boards. |
34 | 34 | ||
35 | config OAK | ||
36 | bool "Oak" | ||
37 | help | ||
38 | This option enables support for the IBM 403GCX evaluation board. | ||
39 | |||
40 | config REDWOOD_5 | 35 | config REDWOOD_5 |
41 | bool "Redwood-5" | 36 | bool "Redwood-5" |
42 | help | 37 | help |
@@ -181,6 +176,7 @@ config BIOS_FIXUP | |||
181 | depends on BUBINGA || EP405 || SYCAMORE || WALNUT | 176 | depends on BUBINGA || EP405 || SYCAMORE || WALNUT |
182 | default y | 177 | default y |
183 | 178 | ||
179 | # OAK doesn't exist but wanted to keep this around for any future 403GCX boards | ||
184 | config 403GCX | 180 | config 403GCX |
185 | bool | 181 | bool |
186 | depends OAK | 182 | depends OAK |