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 <redacted>
---
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.
Am Freitag 24 Oktober 2008 16.31:58 schrieb Josh Boyer:
Fix the HCU4 Kconfig option to 'default n'. We don't want the
board to always be enabled for other board defconfigs.
Sorry, for this silly mistake. Thanks for your fix.
My board compiles and runs fine using Linus 2.6.28-rc1.
quoted hunk
Signed-off-by: Josh Boyer <redacted>
---
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.
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev
Best regards
Niklaus
On Fri, 24 Oct 2008 23:54:24 +0200
Niklaus Giger [off-list ref] wrote:
Am Freitag 24 Oktober 2008 16.31:58 schrieb Josh Boyer:
quoted
Fix the HCU4 Kconfig option to 'default n'. We don't want the
board to always be enabled for other board defconfigs.
Sorry, for this silly mistake. Thanks for your fix.
You don't need to apologize. Have you noticed that I have "fixed" the
EMAC driver 3 times this merge window already, all for my own stupid
mistakes? :)
My board compiles and runs fine using Linus 2.6.28-rc1.
Thanks for testing!
josh