Commit c8d7aa91 authored by Josh Boyer's avatar Josh Boyer

powerpc/40x: Don't enable HCU4 board by default

Fix the HCU4 Kconfig option to 'default n'.  We don't want the
board to always be enabled for other board defconfigs.
Signed-off-by: default avatarJosh Boyer <jwboyer@linux.vnet.ibm.com>
parent 0173a326
...@@ -35,7 +35,7 @@ config EP405 ...@@ -35,7 +35,7 @@ config EP405
config HCU4 config HCU4
bool "Hcu4" bool "Hcu4"
depends on 40x depends on 40x
default y default n
select 405GPR select 405GPR
help help
This option enables support for the Nestal Maschinen HCU4 board. This option enables support for the Nestal Maschinen HCU4 board.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment