[PATCH 317/510] Staging: sep: do not select the driver by default

Greg Kroah-Hartman gregkh at suse.de
Mon Jan 10 20:40:41 UTC 2011


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 <sfr at canb.auug.org.au>
Cc: Mark Allyn <mark.a.allyn at intel.com>
Cc: Alan Cox <alan at linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh at suse.de>
---
 drivers/staging/sep/Kconfig |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/sep/Kconfig b/drivers/staging/sep/Kconfig
index 34f3ef5..92bf166 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.
-- 
1.7.3.2




More information about the devel mailing list