diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2014-02-11 07:38:47 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-02-20 08:38:06 -0500 |
commit | c7dcec7dd463907c451048b04f30d1870fe5cacc (patch) | |
tree | 0239b0d94995fdfdc1b8f41408d9bb364a8132ad /drivers/misc/mic/Kconfig | |
parent | 392b21897d6cbff55c5b28910dfdc74e3020de6c (diff) |
Kconfig: Remove useless "default N" lines
A number of Kconfig entries default to (uppercase) "N". It was clearly
intended to use "default n". But since (lowercase) "n" is the default
anyway, these lines might as well be removed.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/misc/mic/Kconfig')
-rw-r--r-- | drivers/misc/mic/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/misc/mic/Kconfig b/drivers/misc/mic/Kconfig index e42b331edbc6..462a5b1d8651 100644 --- a/drivers/misc/mic/Kconfig +++ b/drivers/misc/mic/Kconfig | |||
@@ -4,7 +4,6 @@ config INTEL_MIC_HOST | |||
4 | tristate "Intel MIC Host Driver" | 4 | tristate "Intel MIC Host Driver" |
5 | depends on 64BIT && PCI && X86 | 5 | depends on 64BIT && PCI && X86 |
6 | select VHOST_RING | 6 | select VHOST_RING |
7 | default N | ||
8 | help | 7 | help |
9 | This enables Host Driver support for the Intel Many Integrated | 8 | This enables Host Driver support for the Intel Many Integrated |
10 | Core (MIC) family of PCIe form factor coprocessor devices that | 9 | Core (MIC) family of PCIe form factor coprocessor devices that |
@@ -25,7 +24,6 @@ config INTEL_MIC_CARD | |||
25 | tristate "Intel MIC Card Driver" | 24 | tristate "Intel MIC Card Driver" |
26 | depends on 64BIT && X86 | 25 | depends on 64BIT && X86 |
27 | select VIRTIO | 26 | select VIRTIO |
28 | default N | ||
29 | help | 27 | help |
30 | This enables card driver support for the Intel Many Integrated | 28 | This enables card driver support for the Intel Many Integrated |
31 | Core (MIC) device family. The card driver communicates shutdown/ | 29 | Core (MIC) device family. The card driver communicates shutdown/ |