From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luka Perkov Date: Tue, 5 Aug 2014 10:54:56 +0200 Subject: [U-Boot] [PATCH 06/15] kirkwood: kconfig: refactor Kconfig and defconfig In-Reply-To: <1407158368-25481-7-git-send-email-yamada.m@jp.panasonic.com> References: <1407158368-25481-1-git-send-email-yamada.m@jp.panasonic.com> <1407158368-25481-7-git-send-email-yamada.m@jp.panasonic.com> Message-ID: <20140805085456.GA6518@w500.lan> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Masahiro, On Mon, Aug 04, 2014 at 10:19:19PM +0900, Masahiro Yamada wrote: > Becuase the board select menu in arch/arm/Kconfig is too big, > move the KirkWood board select menu to kirkwood/Kconfig. > > Consolidate also common settings (CONFIG_SYS_CPU="arm926ejs" and > CONFIG_SYS_SOC="kirkwood"). > > Signed-off-by: Masahiro Yamada > Cc: Prafulla Wadaskar > --- I have just a few minor style comments below... > +config TARGET_DREAMPLUG > + bool "Dreamplug Board" This sould be "DramPlug Board". > +config TARGET_GURUPLUG > + bool "Guruplug Board" This sould be "GuruPlug Board". > +config TARGET_SHEEVAPLUG > + bool "Sheevaplug Board" This sould be "SheevaPlug Board". > +config TARGET_IB62X0 > + bool "Ib62x0 Board" This sould be "ib62x0 Board". > +config TARGET_GOFLEXHOME > + bool "Goflexhome Board" This sould be "GoFlex Home Board". Luka