Re: [U-Boot] scripts to sanity-check the Kconfig files

2017-01-12 Thread Robert P. J. Day
On Fri, 13 Jan 2017, Masahiro Yamada wrote: > Hi Michal, > > 2017-01-05 0:22 GMT+09:00 Michal Simek : > > I looked at this. Correct name should be CONFIG_CMD_MX_CYCLIC and for > > the rest s/CONFIG_MX_CYCLIC/CONFIG_CMD_MX_CYCLIC/g with move to defconfig. > > + in Kconfig there

Re: [U-Boot] scripts to sanity-check the Kconfig files

2017-01-12 Thread Masahiro Yamada
Hi Michal, 2017-01-05 0:22 GMT+09:00 Michal Simek : > I looked at this. Correct name should be CONFIG_CMD_MX_CYCLIC and for > the rest s/CONFIG_MX_CYCLIC/CONFIG_CMD_MX_CYCLIC/g with move to defconfig. > + in Kconfig there should be dependecy on CMD_MEMORY. Could you fix this

Re: [U-Boot] scripts to sanity-check the Kconfig files

2017-01-04 Thread Robert P. J. Day
On Wed, 4 Jan 2017, Michal Simek wrote: ... snip ... > > so it would appear that the *correct* spelling is "CONFIG_MX_CYCLIC" > > as defined in the header file, which is what is being tested in the > > source file cmd/mem.c. > > I looked at this. Correct name should be CONFIG_CMD_MX_CYCLIC and

Re: [U-Boot] scripts to sanity-check the Kconfig files

2017-01-04 Thread Robert P. J. Day
On Wed, 4 Jan 2017, Michal Simek wrote: > I looked at this. Correct name should be CONFIG_CMD_MX_CYCLIC and > for the rest s/CONFIG_MX_CYCLIC/CONFIG_CMD_MX_CYCLIC/g with move to > defconfig. > + in Kconfig there should be dependecy on CMD_MEMORY. for better or worse, i ran that cleanup script

Re: [U-Boot] scripts to sanity-check the Kconfig files

2017-01-04 Thread Masahiro Yamada
2017-01-05 0:22 GMT+09:00 Michal Simek : > On 4.1.2017 15:38, Robert P. J. Day wrote: >> >> while i'm in a chatty mood, a few years back, i wrote some simple >> shell scripts that scanned the linux kernel source tree for >> inconsistencies in the Kconfig files, and pointed out

Re: [U-Boot] scripts to sanity-check the Kconfig files

2017-01-04 Thread Michal Simek
On 4.1.2017 15:38, Robert P. J. Day wrote: > > while i'm in a chatty mood, a few years back, i wrote some simple > shell scripts that scanned the linux kernel source tree for > inconsistencies in the Kconfig files, and pointed out things like > "config" entries that were never used or tested,

[U-Boot] scripts to sanity-check the Kconfig files

2017-01-04 Thread Robert P. J. Day
while i'm in a chatty mood, a few years back, i wrote some simple shell scripts that scanned the linux kernel source tree for inconsistencies in the Kconfig files, and pointed out things like "config" entries that were never used or tested, "select" directives that referred to non-existent