diff options
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2008-10-24 04:31:58 +0000 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2008-10-28 08:44:03 -0400 |
commit | c8d7aa91bc38e2de5c74c48ba33b9c950c28ffac (patch) | |
tree | 976e1608ec696523e241ec28f8a63ef91c1ea1f2 | |
parent | 0173a3265b228da319ceb9c1ec6a5682fd1b2d92 (diff) | |
download | op-kernel-dev-c8d7aa91bc38e2de5c74c48ba33b9c950c28ffac.zip op-kernel-dev-c8d7aa91bc38e2de5c74c48ba33b9c950c28ffac.tar.gz |
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: Josh Boyer <jwboyer@linux.vnet.ibm.com>
-rw-r--r-- | arch/powerpc/platforms/40x/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/40x/Kconfig b/arch/powerpc/platforms/40x/Kconfig index 6573027..14e027f 100644 --- a/arch/powerpc/platforms/40x/Kconfig +++ b/arch/powerpc/platforms/40x/Kconfig @@ -35,7 +35,7 @@ config EP405 config HCU4 bool "Hcu4" depends on 40x - default y + default n select 405GPR help This option enables support for the Nestal Maschinen HCU4 board. |