Skip to content

Commit 64bd082

Browse files
taoma-tmlinvjw
authored andcommitted
wireless: Default to 'n' for 2 new added devices in Kconfig.
We make oldconfig every time when a new kernel arrives, but if we don't have such a device(I guess this is the most common case for a new device), the default value should be 'n' so that the kernel size we build doesn't grow up too much quickly. For anyone who has the device, it is OK for them to turn it on by themselves. Cc: "John W. Linville" <linville@tuxdriver.com> Cc: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: Tao Ma <boyu.mt@taobao.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
1 parent aac11c1 commit 64bd082

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

drivers/net/wireless/ath/ath9k/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ config ATH9K
2626
config ATH9K_PCI
2727
bool "Atheros ath9k PCI/PCIe bus support"
2828
depends on ATH9K && PCI
29-
default PCI
3029
---help---
3130
This option enables the PCI bus support in ath9k.
3231

drivers/net/wireless/rt2x00/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ config RT2800USB_RT35XX
166166
config RT2800USB_RT53XX
167167
bool "rt2800usb - Include support for rt53xx devices (EXPERIMENTAL)"
168168
depends on EXPERIMENTAL
169-
default y
170169
---help---
171170
This adds support for rt53xx wireless chipset family to the
172171
rt2800pci driver.

0 commit comments

Comments
 (0)