* [PATCH] init/Kconfig: make EXPERT as config instead of menuconfig
@ 2013-03-22 2:02 zhangwei(Jovi)
2013-03-25 23:20 ` Randy Dunlap
0 siblings, 1 reply; 2+ messages in thread
From: zhangwei(Jovi) @ 2013-03-22 2:02 UTC (permalink / raw)
To: linux-kernel@vger.kernel.org, Andrew Morton, Randy Dunlap,
Michal Marek
There don't have any EXPERT menu guard, and no config item is
included in EXPERT menu, so change it as a config, not menu.
This will make user more clear when they use 'make menuconfig'
or 'make nconfig'.
Signed-off-by: zhangwei(Jovi) <jovi.zhangwei@huawei.com>
Cc: Randy Dunlap <rdunlap@infradead.org>
Cc: Michal Marek <mmarek@suse.cz>
---
init/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/init/Kconfig b/init/Kconfig
index 5341d72..0495453 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1177,7 +1177,7 @@ config SYSCTL
config ANON_INODES
bool
-menuconfig EXPERT
+config EXPERT
bool "Configure standard kernel features (expert users)"
# Unhide debug options, to make the on-by-default options visible
select DEBUG_KERNEL
--
1.7.9.7
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] init/Kconfig: make EXPERT as config instead of menuconfig
2013-03-22 2:02 [PATCH] init/Kconfig: make EXPERT as config instead of menuconfig zhangwei(Jovi)
@ 2013-03-25 23:20 ` Randy Dunlap
0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2013-03-25 23:20 UTC (permalink / raw)
To: zhangwei(Jovi); +Cc: linux-kernel@vger.kernel.org, Andrew Morton, Michal Marek
On 03/21/13 19:02, zhangwei(Jovi) wrote:
> There don't have any EXPERT menu guard, and no config item is
> included in EXPERT menu, so change it as a config, not menu.
>
> This will make user more clear when they use 'make menuconfig'
> or 'make nconfig'.
>
> Signed-off-by: zhangwei(Jovi) <jovi.zhangwei@huawei.com>
> Cc: Randy Dunlap <rdunlap@infradead.org>
> Cc: Michal Marek <mmarek@suse.cz>
Makes sense to me.
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.
> ---
> init/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/init/Kconfig b/init/Kconfig
> index 5341d72..0495453 100644
> --- a/init/Kconfig
> +++ b/init/Kconfig
> @@ -1177,7 +1177,7 @@ config SYSCTL
> config ANON_INODES
> bool
>
> -menuconfig EXPERT
> +config EXPERT
> bool "Configure standard kernel features (expert users)"
> # Unhide debug options, to make the on-by-default options visible
> select DEBUG_KERNEL
>
--
~Randy
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-26 0:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-22 2:02 [PATCH] init/Kconfig: make EXPERT as config instead of menuconfig zhangwei(Jovi)
2013-03-25 23:20 ` Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox