Re: [patch 5/6] Walnut board support
From: Josh Boyer <hidden>
Date: 2007-09-03 13:38:26
On Mon, 2007-09-03 at 11:11 +1000, David Gibson wrote:
On Fri, Aug 31, 2007 at 03:04:54PM -0500, Josh Boyer wrote:quoted
Board support for the PPC405 Walnut evaluation board Signed-off-by: Josh Boyer <redacted>[snip]quoted
--- linux-2.6.orig/arch/powerpc/platforms/40x/Kconfig +++ linux-2.6/arch/powerpc/platforms/40x/Kconfig@@ -53,13 +53,13 @@ # help # This option enables support for the IBM PPC405GPr evaluation board. -#config WALNUT -# bool "Walnut" -# depends on 40x -# default y -# select 405GP -# help -# This option enables support for the IBM PPC405GP evaluation board. +config WALNUT + bool "Walnut" + depends on 40x + default y + select 405GP + help + This option enables support for the IBM PPC405GP evaluation board.Surely this needs WANT_DEVICE_TREE, too.
Yes, will be fixed. josh