powerpc/40x: Don't enable HCU4 board by default
authorJosh Boyer <jwboyer@linux.vnet.ibm.com>
Fri, 24 Oct 2008 04:31:58 +0000 (04:31 +0000)
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>
Tue, 28 Oct 2008 12:44:03 +0000 (08:44 -0400)
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>
arch/powerpc/platforms/40x/Kconfig

index 65730275e0122b15184f6bec331e2679130dfa82..14e027f5be66e0a70dee896aadd66fe31aac126c 100644 (file)
@@ -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.
This page took 0.025067 seconds and 5 git commands to generate.