From: Greg Kroah-Hartman Date: Mon, 29 Nov 2010 19:18:08 +0000 (-0800) Subject: Staging: sep: do not select the driver by default X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3b93ff030204ca36fb1e9917743bbf22a423e527;p=linux-beck.git Staging: sep: do not select the driver by default The Kconfig file should not have 'y' as the default, especially as the driver will crash a machine if it is loaded and the hardware is not present. Cc: Mark Allyn Cc: Alan Cox Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/sep/Kconfig b/drivers/staging/sep/Kconfig index 34f3ef5f9df8..92bf16667d04 100644 --- a/drivers/staging/sep/Kconfig +++ b/drivers/staging/sep/Kconfig @@ -1,7 +1,6 @@ config DX_SEP tristate "Discretix SEP driver" depends on PCI - default y help Discretix SEP driver; used for the security processor subsystem on bard the Intel Mobile Internet Device.