Re: [U-Boot] [PATCH v3 24/28] cmd: mtdparts: show Kconfig options only if the command is selected

2018-12-05 Thread Boris Brezillon
On Wed, 5 Dec 2018 00:57:10 +0100 Miquel Raynal wrote: > Guard mtdparts options with an if/endif statement in Kconfig. Also > move the Kconfig entry of the option right after the entry of the > command. > > Signed-off-by: Miquel Raynal > --- > cmd/Kconfig | 21 +++-- > 1 file

[U-Boot] [PATCH v3 24/28] cmd: mtdparts: show Kconfig options only if the command is selected

2018-12-04 Thread Miquel Raynal
Guard mtdparts options with an if/endif statement in Kconfig. Also move the Kconfig entry of the option right after the entry of the command. Signed-off-by: Miquel Raynal --- cmd/Kconfig | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/cmd/Kconfig b/cmd