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-Tag: firefly_0821_release~7613^2~3069^2~194^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=857cf1d1e623467622eff3a6b0edc720dcafdd52;p=firefly-linux-kernel-4.4.55.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. Reported-by: Stephen Rothwell 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.