projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da3f825
)
Staging: sep: do not select the driver by default
author
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 29 Nov 2010 19:18:08 +0000
(11:18 -0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 29 Nov 2010 19:18:08 +0000
(11:18 -0800)
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>
drivers/staging/sep/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/staging/sep/Kconfig
b/drivers/staging/sep/Kconfig
index
34f3ef5
..
92bf166
100644
(file)
--- 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.