diff options
author | David S. Miller <davem@davemloft.net> | 2015-11-30 04:32:32 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-11-30 04:32:32 +0100 |
commit | c52fd05a2ff2ad20e2a7056baf314c7d1d624ba9 (patch) | |
tree | 50ac1ad1203573371f338f16b059579915c5ad30 /drivers/net/wireless/intel/Kconfig | |
parent | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... (diff) | |
parent | mac80211_hwsim: move Kconfig entry for sorting alphabetically (diff) | |
download | linux-c52fd05a2ff2ad20e2a7056baf314c7d1d624ba9.tar.xz linux-c52fd05a2ff2ad20e2a7056baf314c7d1d624ba9.zip |
Merge tag 'wireless-drivers-next-for-davem-2015-11-25' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next
Kalle Valo says:
====================
Add vendor directories (for example intel, marvell and so on) to
drivers/net/wireless and change the menuconfig to follow the same
categorisation. This unifies the directory layout as we already had few drivers
already using vendor directories (especially ath and ti).
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wireless/intel/Kconfig')
-rw-r--r-- | drivers/net/wireless/intel/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/net/wireless/intel/Kconfig b/drivers/net/wireless/intel/Kconfig new file mode 100644 index 000000000000..5b14f2f64a8a --- /dev/null +++ b/drivers/net/wireless/intel/Kconfig @@ -0,0 +1,18 @@ +config WLAN_VENDOR_INTEL + bool "Intel devices" + default y + ---help--- + If you have a wireless card belonging to this class, say Y. + + Note that the answer to this question doesn't directly affect the + kernel: saying N will just cause the configurator to skip all + the questions about cards. If you say Y, you will be asked for + your specific card in the following questions. + +if WLAN_VENDOR_INTEL + +source "drivers/net/wireless/intel/ipw2x00/Kconfig" +source "drivers/net/wireless/intel/iwlegacy/Kconfig" +source "drivers/net/wireless/intel/iwlwifi/Kconfig" + +endif # WLAN_VENDOR_INTEL |