linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] powerpc/40x: Don't enable HCU4 board by default
@ 2008-10-24 14:31 Josh Boyer
  2008-10-24 21:54 ` Niklaus Giger
  0 siblings, 1 reply; 3+ messages in thread
From: Josh Boyer @ 2008-10-24 14:31 UTC (permalink / raw)
  To: linuxppc-dev

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>

---

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.

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] powerpc/40x: Don't enable HCU4 board by default
  2008-10-24 14:31 [PATCH] powerpc/40x: Don't enable HCU4 board by default Josh Boyer
@ 2008-10-24 21:54 ` Niklaus Giger
  2008-10-24 23:48   ` Josh Boyer
  0 siblings, 1 reply; 3+ messages in thread
From: Niklaus Giger @ 2008-10-24 21:54 UTC (permalink / raw)
  To: linuxppc-dev

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.

>
> Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
>
> ---
>
> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] powerpc/40x: Don't enable HCU4 board by default
  2008-10-24 21:54 ` Niklaus Giger
@ 2008-10-24 23:48   ` Josh Boyer
  0 siblings, 0 replies; 3+ messages in thread
From: Josh Boyer @ 2008-10-24 23:48 UTC (permalink / raw)
  To: Niklaus Giger; +Cc: linuxppc-dev

On Fri, 24 Oct 2008 23:54:24 +0200
Niklaus Giger <niklaus.giger@member.fsf.org> wrote:

> 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.

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-10-24 23:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-24 14:31 [PATCH] powerpc/40x: Don't enable HCU4 board by default Josh Boyer
2008-10-24 21:54 ` Niklaus Giger
2008-10-24 23:48   ` Josh Boyer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).