summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sep
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2010-11-29 20:18:08 +0100
committerGreg Kroah-Hartman2010-11-29 20:18:08 +0100
commit3b93ff030204ca36fb1e9917743bbf22a423e527 (patch)
treeab86f93ec4b274c7fde02599d5026fea961e225c /drivers/staging/sep
parentStaging: sep: Fix crash if a device is not found (diff)
downloadkernel-qcow2-linux-3b93ff030204ca36fb1e9917743bbf22a423e527.tar.gz
kernel-qcow2-linux-3b93ff030204ca36fb1e9917743bbf22a423e527.tar.xz
kernel-qcow2-linux-3b93ff030204ca36fb1e9917743bbf22a423e527.zip
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 <mark.a.allyn@intel.com> Cc: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/sep')
-rw-r--r--drivers/staging/sep/Kconfig1
1 files changed, 0 insertions, 1 deletions
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.