aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2014-02-11 07:38:47 -0500
committerJiri Kosina <jkosina@suse.cz>2014-02-20 08:38:06 -0500
commitc7dcec7dd463907c451048b04f30d1870fe5cacc (patch)
tree0239b0d94995fdfdc1b8f41408d9bb364a8132ad
parent392b21897d6cbff55c5b28910dfdc74e3020de6c (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>
-rw-r--r--arch/arc/Kconfig1
-rw-r--r--arch/cris/arch-v32/drivers/Kconfig2
-rw-r--r--drivers/misc/mic/Kconfig2
-rw-r--r--drivers/staging/android/Kconfig2
-rw-r--r--drivers/staging/bcm/Kconfig1
-rw-r--r--drivers/staging/frontier/Kconfig1
-rw-r--r--drivers/staging/media/go7007/Kconfig3
-rw-r--r--drivers/staging/rtl8187se/Kconfig1
-rw-r--r--drivers/staging/rtl8188eu/Kconfig1
-rw-r--r--drivers/staging/rtl8192e/rtl8192e/Kconfig1
-rw-r--r--drivers/staging/rtl8192u/Kconfig1
-rw-r--r--drivers/staging/rtl8712/Kconfig2
-rw-r--r--drivers/staging/usbip/Kconfig4
-rw-r--r--drivers/usb/core/Kconfig1
-rw-r--r--drivers/usb/host/Kconfig3
15 files changed, 0 insertions, 26 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig
index 9063ae6553cc..3d7f1137a21b 100644
--- a/arch/arc/Kconfig
+++ b/arch/arc/Kconfig
@@ -356,7 +356,6 @@ config ARC_CURR_IN_REG
356 356
357config ARC_MISALIGN_ACCESS 357config ARC_MISALIGN_ACCESS
358 bool "Emulate unaligned memory access (userspace only)" 358 bool "Emulate unaligned memory access (userspace only)"
359 default N
360 select SYSCTL_ARCH_UNALIGN_NO_WARN 359 select SYSCTL_ARCH_UNALIGN_NO_WARN
361 select SYSCTL_ARCH_UNALIGN_ALLOW 360 select SYSCTL_ARCH_UNALIGN_ALLOW
362 help 361 help
diff --git a/arch/cris/arch-v32/drivers/Kconfig b/arch/cris/arch-v32/drivers/Kconfig
index 6792503aaf79..15a9ed1d579c 100644
--- a/arch/cris/arch-v32/drivers/Kconfig
+++ b/arch/cris/arch-v32/drivers/Kconfig
@@ -11,7 +11,6 @@ config ETRAX_ETHERNET
11config ETRAX_NO_PHY 11config ETRAX_NO_PHY
12 bool "PHY not present" 12 bool "PHY not present"
13 depends on ETRAX_ETHERNET 13 depends on ETRAX_ETHERNET
14 default N
15 help 14 help
16 This option disables all MDIO communication with an ethernet 15 This option disables all MDIO communication with an ethernet
17 transceiver connected to the MII interface. This option shall 16 transceiver connected to the MII interface. This option shall
@@ -116,7 +115,6 @@ config ETRAX_AXISFLASHMAP
116config ETRAX_AXISFLASHMAP_MTD0WHOLE 115config ETRAX_AXISFLASHMAP_MTD0WHOLE
117 bool "MTD0 is whole boot flash device" 116 bool "MTD0 is whole boot flash device"
118 depends on ETRAX_AXISFLASHMAP 117 depends on ETRAX_AXISFLASHMAP
119 default N
120 help 118 help
121 When this option is not set, mtd0 refers to the first partition 119 When this option is not set, mtd0 refers to the first partition
122 on the boot flash device. When set, mtd0 refers to the whole 120 on the boot flash device. When set, mtd0 refers to the whole
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/
diff --git a/drivers/staging/android/Kconfig b/drivers/staging/android/Kconfig
index 1e9ab6dfc90d..22cf17dcb7da 100644
--- a/drivers/staging/android/Kconfig
+++ b/drivers/staging/android/Kconfig
@@ -2,7 +2,6 @@ menu "Android"
2 2
3config ANDROID 3config ANDROID
4 bool "Android Drivers" 4 bool "Android Drivers"
5 default N
6 ---help--- 5 ---help---
7 Enable support for various drivers needed on the Android platform 6 Enable support for various drivers needed on the Android platform
8 7
@@ -60,7 +59,6 @@ config ANDROID_TIMED_GPIO
60 59
61config ANDROID_LOW_MEMORY_KILLER 60config ANDROID_LOW_MEMORY_KILLER
62 bool "Android Low Memory Killer" 61 bool "Android Low Memory Killer"
63 default N
64 ---help--- 62 ---help---
65 Registers processes to be killed when memory is low 63 Registers processes to be killed when memory is low
66 64
diff --git a/drivers/staging/bcm/Kconfig b/drivers/staging/bcm/Kconfig
index 83c9752504d4..8acf4b24a7c9 100644
--- a/drivers/staging/bcm/Kconfig
+++ b/drivers/staging/bcm/Kconfig
@@ -1,7 +1,6 @@
1config BCM_WIMAX 1config BCM_WIMAX
2 tristate "Beceem BCS200/BCS220-3 and BCSM250 wimax support" 2 tristate "Beceem BCS200/BCS220-3 and BCSM250 wimax support"
3 depends on USB && NET 3 depends on USB && NET
4 default N
5 help 4 help
6 This is an experimental driver for the Beceem WIMAX chipset used 5 This is an experimental driver for the Beceem WIMAX chipset used
7 by Sprint 4G. 6 by Sprint 4G.
diff --git a/drivers/staging/frontier/Kconfig b/drivers/staging/frontier/Kconfig
index 7121853bd397..4da290b2f5bd 100644
--- a/drivers/staging/frontier/Kconfig
+++ b/drivers/staging/frontier/Kconfig
@@ -1,6 +1,5 @@
1config TRANZPORT 1config TRANZPORT
2 tristate "Frontier Tranzport and Alphatrack support" 2 tristate "Frontier Tranzport and Alphatrack support"
3 depends on USB 3 depends on USB
4 default N
5 ---help--- 4 ---help---
6 Enable support for the Frontier Tranzport and Alphatrack devices. 5 Enable support for the Frontier Tranzport and Alphatrack devices.
diff --git a/drivers/staging/media/go7007/Kconfig b/drivers/staging/media/go7007/Kconfig
index 04bd0fba7b1f..95a3af644a92 100644
--- a/drivers/staging/media/go7007/Kconfig
+++ b/drivers/staging/media/go7007/Kconfig
@@ -13,7 +13,6 @@ config VIDEO_GO7007
13 select VIDEO_TW9906 if MEDIA_SUBDRV_AUTOSELECT 13 select VIDEO_TW9906 if MEDIA_SUBDRV_AUTOSELECT
14 select VIDEO_OV7640 if MEDIA_SUBDRV_AUTOSELECT 14 select VIDEO_OV7640 if MEDIA_SUBDRV_AUTOSELECT
15 select VIDEO_UDA1342 if MEDIA_SUBDRV_AUTOSELECT 15 select VIDEO_UDA1342 if MEDIA_SUBDRV_AUTOSELECT
16 default N
17 ---help--- 16 ---help---
18 This is a video4linux driver for the WIS GO7007 MPEG 17 This is a video4linux driver for the WIS GO7007 MPEG
19 encoder chip. 18 encoder chip.
@@ -24,7 +23,6 @@ config VIDEO_GO7007
24config VIDEO_GO7007_USB 23config VIDEO_GO7007_USB
25 tristate "WIS GO7007 USB support" 24 tristate "WIS GO7007 USB support"
26 depends on VIDEO_GO7007 && USB 25 depends on VIDEO_GO7007 && USB
27 default N
28 ---help--- 26 ---help---
29 This is a video4linux driver for the WIS GO7007 MPEG 27 This is a video4linux driver for the WIS GO7007 MPEG
30 encoder chip over USB. 28 encoder chip over USB.
@@ -46,7 +44,6 @@ config VIDEO_GO7007_LOADER
46config VIDEO_GO7007_USB_S2250_BOARD 44config VIDEO_GO7007_USB_S2250_BOARD
47 tristate "Sensoray 2250/2251 support" 45 tristate "Sensoray 2250/2251 support"
48 depends on VIDEO_GO7007_USB && USB 46 depends on VIDEO_GO7007_USB && USB
49 default N
50 ---help--- 47 ---help---
51 This is a video4linux driver for the Sensoray 2250/2251 device. 48 This is a video4linux driver for the Sensoray 2250/2251 device.
52 49
diff --git a/drivers/staging/rtl8187se/Kconfig b/drivers/staging/rtl8187se/Kconfig
index 3162aabbeb07..ff8d41ebca36 100644
--- a/drivers/staging/rtl8187se/Kconfig
+++ b/drivers/staging/rtl8187se/Kconfig
@@ -6,6 +6,5 @@ config R8187SE
6 select WEXT_PRIV 6 select WEXT_PRIV
7 select EEPROM_93CX6 7 select EEPROM_93CX6
8 select CRYPTO 8 select CRYPTO
9 default N
10 ---help--- 9 ---help---
11 If built as a module, it will be called r8187se.ko. 10 If built as a module, it will be called r8187se.ko.
diff --git a/drivers/staging/rtl8188eu/Kconfig b/drivers/staging/rtl8188eu/Kconfig
index c9c548f17494..70fecfabc0c7 100644
--- a/drivers/staging/rtl8188eu/Kconfig
+++ b/drivers/staging/rtl8188eu/Kconfig
@@ -3,7 +3,6 @@ config R8188EU
3 depends on WLAN && USB 3 depends on WLAN && USB
4 select WIRELESS_EXT 4 select WIRELESS_EXT
5 select WEXT_PRIV 5 select WEXT_PRIV
6 default N
7 ---help--- 6 ---help---
8 This option adds the Realtek RTL8188EU USB device such as TP-Link TL-WN725N. 7 This option adds the Realtek RTL8188EU USB device such as TP-Link TL-WN725N.
9 If built as a module, it will be called r8188eu. 8 If built as a module, it will be called r8188eu.
diff --git a/drivers/staging/rtl8192e/rtl8192e/Kconfig b/drivers/staging/rtl8192e/rtl8192e/Kconfig
index 50e0d91a409a..ad82bc348a75 100644
--- a/drivers/staging/rtl8192e/rtl8192e/Kconfig
+++ b/drivers/staging/rtl8192e/rtl8192e/Kconfig
@@ -5,5 +5,4 @@ config RTL8192E
5 select WIRELESS_EXT 5 select WIRELESS_EXT
6 select WEXT_PRIV 6 select WEXT_PRIV
7 select CRYPTO 7 select CRYPTO
8 default N
9 ---help--- 8 ---help---
diff --git a/drivers/staging/rtl8192u/Kconfig b/drivers/staging/rtl8192u/Kconfig
index 3f055091b35f..3ee9d0d00fb6 100644
--- a/drivers/staging/rtl8192u/Kconfig
+++ b/drivers/staging/rtl8192u/Kconfig
@@ -5,5 +5,4 @@ config RTL8192U
5 select WIRELESS_EXT 5 select WIRELESS_EXT
6 select WEXT_PRIV 6 select WEXT_PRIV
7 select CRYPTO 7 select CRYPTO
8 default N
9 ---help--- 8 ---help---
diff --git a/drivers/staging/rtl8712/Kconfig b/drivers/staging/rtl8712/Kconfig
index 6a43312380e0..f160eee52f09 100644
--- a/drivers/staging/rtl8712/Kconfig
+++ b/drivers/staging/rtl8712/Kconfig
@@ -4,7 +4,6 @@ config R8712U
4 select WIRELESS_EXT 4 select WIRELESS_EXT
5 select WEXT_PRIV 5 select WEXT_PRIV
6 select FW_LOADER 6 select FW_LOADER
7 default N
8 ---help--- 7 ---help---
9 This option adds the Realtek RTL8712 USB device such as the D-Link DWA-130. 8 This option adds the Realtek RTL8712 USB device such as the D-Link DWA-130.
10 If built as a module, it will be called r8712u. 9 If built as a module, it will be called r8712u.
@@ -12,7 +11,6 @@ config R8712U
12config R8712_TX_AGGR 11config R8712_TX_AGGR
13 bool "Realtek RTL8712U Transmit Aggregation code" 12 bool "Realtek RTL8712U Transmit Aggregation code"
14 depends on R8712U && BROKEN 13 depends on R8712U && BROKEN
15 default N
16 ---help--- 14 ---help---
17 This option provides transmit aggregation for the Realtek RTL8712 USB device. 15 This option provides transmit aggregation for the Realtek RTL8712 USB device.
18 16
diff --git a/drivers/staging/usbip/Kconfig b/drivers/staging/usbip/Kconfig
index 886000980474..bd99e9e47e50 100644
--- a/drivers/staging/usbip/Kconfig
+++ b/drivers/staging/usbip/Kconfig
@@ -1,7 +1,6 @@
1config USBIP_CORE 1config USBIP_CORE
2 tristate "USB/IP support" 2 tristate "USB/IP support"
3 depends on USB && NET 3 depends on USB && NET
4 default N
5 ---help--- 4 ---help---
6 This enables pushing USB packets over IP to allow remote 5 This enables pushing USB packets over IP to allow remote
7 machines direct access to USB devices. It provides the 6 machines direct access to USB devices. It provides the
@@ -18,7 +17,6 @@ config USBIP_CORE
18config USBIP_VHCI_HCD 17config USBIP_VHCI_HCD
19 tristate "VHCI hcd" 18 tristate "VHCI hcd"
20 depends on USBIP_CORE 19 depends on USBIP_CORE
21 default N
22 ---help--- 20 ---help---
23 This enables the USB/IP virtual host controller driver, 21 This enables the USB/IP virtual host controller driver,
24 which is run on the remote machine. 22 which is run on the remote machine.
@@ -29,7 +27,6 @@ config USBIP_VHCI_HCD
29config USBIP_HOST 27config USBIP_HOST
30 tristate "Host driver" 28 tristate "Host driver"
31 depends on USBIP_CORE 29 depends on USBIP_CORE
32 default N
33 ---help--- 30 ---help---
34 This enables the USB/IP host driver, which is run on the 31 This enables the USB/IP host driver, which is run on the
35 machine that is sharing the USB devices. 32 machine that is sharing the USB devices.
@@ -40,6 +37,5 @@ config USBIP_HOST
40config USBIP_DEBUG 37config USBIP_DEBUG
41 bool "Debug messages for USB/IP" 38 bool "Debug messages for USB/IP"
42 depends on USBIP_CORE 39 depends on USBIP_CORE
43 default N
44 ---help--- 40 ---help---
45 This enables the debug messages from the USB/IP drivers. 41 This enables the debug messages from the USB/IP drivers.
diff --git a/drivers/usb/core/Kconfig b/drivers/usb/core/Kconfig
index fed7f68d025d..cb8e99156f5a 100644
--- a/drivers/usb/core/Kconfig
+++ b/drivers/usb/core/Kconfig
@@ -10,7 +10,6 @@ config USB_DEBUG
10 10
11config USB_ANNOUNCE_NEW_DEVICES 11config USB_ANNOUNCE_NEW_DEVICES
12 bool "USB announce new devices" 12 bool "USB announce new devices"
13 default N
14 help 13 help
15 Say Y here if you want the USB core to always announce the 14 Say Y here if you want the USB core to always announce the
16 idVendor, idProduct, Manufacturer, Product, and SerialNumber 15 idVendor, idProduct, Manufacturer, Product, and SerialNumber
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index a9707da7da0b..c8b4161613cf 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -314,7 +314,6 @@ config USB_ISP1760_HCD
314 314
315config USB_ISP1362_HCD 315config USB_ISP1362_HCD
316 tristate "ISP1362 HCD support" 316 tristate "ISP1362 HCD support"
317 default N
318 ---help--- 317 ---help---
319 Supports the Philips ISP1362 chip as a host controller 318 Supports the Philips ISP1362 chip as a host controller
320 319
@@ -326,7 +325,6 @@ config USB_ISP1362_HCD
326config USB_FUSBH200_HCD 325config USB_FUSBH200_HCD
327 tristate "FUSBH200 HCD support" 326 tristate "FUSBH200 HCD support"
328 depends on USB 327 depends on USB
329 default N
330 ---help--- 328 ---help---
331 Faraday FUSBH200 is designed to meet USB2.0 EHCI specification 329 Faraday FUSBH200 is designed to meet USB2.0 EHCI specification
332 with minor modification. 330 with minor modification.
@@ -337,7 +335,6 @@ config USB_FUSBH200_HCD
337config USB_FOTG210_HCD 335config USB_FOTG210_HCD
338 tristate "FOTG210 HCD support" 336 tristate "FOTG210 HCD support"
339 depends on USB 337 depends on USB
340 default N
341 ---help--- 338 ---help---
342 Faraday FOTG210 is an OTG controller which can be configured as 339 Faraday FOTG210 is an OTG controller which can be configured as
343 an USB2.0 host. It is designed to meet USB2.0 EHCI specification 340 an USB2.0 host. It is designed to meet USB2.0 EHCI specification