Skip to content

Commit

Permalink
powerpc/40x: Don't enable HCU4 board by default
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Josh Boyer committed Oct 28, 2008
1 parent 0173a32 commit c8d7aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/40x/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c8d7aa9

Please sign in to comment.