projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0173a32
)
powerpc/40x: Don't enable HCU4 board by default
author
Josh Boyer
<jwboyer@linux.vnet.ibm.com>
Fri, 24 Oct 2008 04:31:58 +0000
(
04:31
+0000)
committer
Josh 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
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/40x/Kconfig
b/arch/powerpc/platforms/40x/Kconfig
index 65730275e0122b15184f6bec331e2679130dfa82..14e027f5be66e0a70dee896aadd66fe31aac126c 100644
(file)
--- 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.