From: Josh Boyer Date: Fri, 24 Oct 2008 04:31:58 +0000 (+0000) Subject: powerpc/40x: Don't enable HCU4 board by default X-Git-Tag: v2.6.28-rc3~22^2~17^2~2 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=c8d7aa91bc38e2de5c74c48ba33b9c950c28ffac;p=linux-2.6-omap-h63xx.git 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 --- diff --git a/arch/powerpc/platforms/40x/Kconfig b/arch/powerpc/platforms/40x/Kconfig index 65730275e01..14e027f5be6 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.