From: Dave Young Date: Mon, 10 Oct 2016 05:34:33 +0000 (+0800) Subject: Move CONFIG_DEVKMEM default to n X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e334cd69fa65fc9e916d6adc8d860a9b6b9e7281;p=linux-beck.git Move CONFIG_DEVKMEM default to n Kconfig comment suggests setting it as "n" if in doubt thus move the default value to 'n'. Signed-off-by: Dave Young Suggested-by: Kees Cook Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index dcc09739a54e..dc4f35ad19d0 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig @@ -17,7 +17,6 @@ config DEVMEM config DEVKMEM bool "/dev/kmem virtual device support" - default y help Say Y here if you want to support the /dev/kmem device. The /dev/kmem device is rarely used, but can be used for certain