From: Matias Bjørling Date: Sun, 6 Dec 2015 10:25:51 +0000 (+0100) Subject: lightnvm: do not compile in debugging by default X-Git-Tag: firefly_0821_release~176^2~525^2~4 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4158624454db3756c1f1b3641f1ab4215e697936;p=firefly-linux-kernel-4.4.55.git lightnvm: do not compile in debugging by default The LightNVM module exposes a debug interface when CONFIG_NVM_DEBUG is set. This interfaces takes a string to configure media managers and targets. Make sure this interface is only exposed when chosen deliberately. Signed-off-by: Matias Bjørling Signed-off-by: Jens Axboe --- diff --git a/drivers/lightnvm/Kconfig b/drivers/lightnvm/Kconfig index a16bf56d3f28..85a339030e4b 100644 --- a/drivers/lightnvm/Kconfig +++ b/drivers/lightnvm/Kconfig @@ -18,6 +18,7 @@ if NVM config NVM_DEBUG bool "Open-Channel SSD debugging support" + default n ---help--- Exposes a debug management interface to create/remove targets at: