From acd643788b6f7d7c26ebdb00a39dba3338ebfcee Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 26 Apr 2016 11:18:28 +0200 Subject: Kconfig: Create Kconfig symbol for NVVAR nvvar support not only needs globalvar, but also persistent environment storage. Add a separate default-y option which depends on ENV_HANDLING for this case. Make the option visible to let the user decide whether he wants to have this option and add a help text to make this decision easier. Signed-off-by: Sascha Hauer --- commands/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands') diff --git a/commands/Kconfig b/commands/Kconfig index 56b95425c0..0aab6effea 100644 --- a/commands/Kconfig +++ b/commands/Kconfig @@ -715,7 +715,7 @@ endmenu menu "Environment" config CMD_NV - select GLOBALVAR + depends on NVVAR tristate prompt "nv" help -- cgit v1.2.3