mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 16:07:39 +00:00
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>
This commit is contained in:
parent
da3f825bc7
commit
3b93ff0302
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
config DX_SEP
|
config DX_SEP
|
||||||
tristate "Discretix SEP driver"
|
tristate "Discretix SEP driver"
|
||||||
depends on PCI
|
depends on PCI
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
Discretix SEP driver; used for the security processor subsystem
|
Discretix SEP driver; used for the security processor subsystem
|
||||||
on bard the Intel Mobile Internet Device.
|
on bard the Intel Mobile Internet Device.
|
||||||
|
|
Loading…
Reference in a new issue