aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/platforms/4xx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc/platforms/4xx/Kconfig')
-rw-r--r--arch/ppc/platforms/4xx/Kconfig6
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
35config OAK
36 bool "Oak"
37 help
38 This option enables support for the IBM 403GCX evaluation board.
39
40config REDWOOD_5 35config 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
184config 403GCX 180config 403GCX
185 bool 181 bool
186 depends OAK 182 depends OAK