[U-Boot] [U-Boot,2/4] hush: add CONFIG_HUSH_PARSER to Kconfig

Tom Rini trini at ti.com
Mon Nov 24 23:12:07 CET 2014


On Thu, Nov 13, 2014 at 07:29:07PM +0900, Masahiro Yamada wrote:

> The README file states that the macros beginning with "CONFIG_SYS_"
> depend on the hardware etc. and should not be meddled with if you do
> not what you're doing.
> We have already screwed up with this policy; we have given the prefix
> "CONFIG_SYS_" to many user-selectable configurations.
> Here, "CONFIG_SYS_HUSH_PARSER" is one of them.  Users can enable it
> if they want to use a more powerful command line parser, or disable it
> if they only need a simple one.
> 
> This commit attempts to rename CONFIG_SYS_HUSH_PARSER to
> CONFIG_HUSH_PARSER and move it to Kconfig.
> 
> Every board maintainer is expected to enable CONFIG_HUSH_PARSER
> (= add "CONFIG_HUSH_PARSER=y" to his defconfig file) and remove
> "#define CONFIG_SYS_HUSH_PARSER" from his header file.
> 
> Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20141124/a8100e29/attachment.pgp>


More information about the U-Boot mailing list