Kconfig (c13aca79ff3c4af5fd31a5b2743a90eba6e36a26) | Kconfig (aca432f06b8a60a92b27fb46e6518a19b28ca93f) |
---|---|
1config IWLWIFI 2 tristate "Intel Wireless WiFi Next Gen AGN - Wireless-N/Advanced-N/Ultimate-N (iwlwifi) " | 1config IWLWIFI 2 tristate "Intel Wireless WiFi Next Gen AGN - Wireless-N/Advanced-N/Ultimate-N (iwlwifi) " |
3 depends on PCI && MAC80211 && HAS_IOMEM | 3 depends on PCI && HAS_IOMEM |
4 select FW_LOADER 5 ---help--- 6 Select to build the driver supporting the: 7 8 Intel Wireless WiFi Link Next-Gen AGN 9 10 This option enables support for use with the following hardware: 11 Intel Wireless WiFi Link 6250AGN Adapter --- 36 unchanged lines hidden (view full) --- 48 bool 49 depends on LEDS_CLASS=y || LEDS_CLASS=IWLWIFI 50 select LEDS_TRIGGERS 51 select MAC80211_LEDS 52 default y 53 54config IWLDVM 55 tristate "Intel Wireless WiFi DVM Firmware support" | 4 select FW_LOADER 5 ---help--- 6 Select to build the driver supporting the: 7 8 Intel Wireless WiFi Link Next-Gen AGN 9 10 This option enables support for use with the following hardware: 11 Intel Wireless WiFi Link 6250AGN Adapter --- 36 unchanged lines hidden (view full) --- 48 bool 49 depends on LEDS_CLASS=y || LEDS_CLASS=IWLWIFI 50 select LEDS_TRIGGERS 51 select MAC80211_LEDS 52 default y 53 54config IWLDVM 55 tristate "Intel Wireless WiFi DVM Firmware support" |
56 depends on MAC80211 |
|
56 help 57 This is the driver that supports the DVM firmware. The list 58 of the devices that use this firmware is available here: 59 https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi#firmware 60 61config IWLMVM 62 tristate "Intel Wireless WiFi MVM Firmware support" 63 select WANT_DEV_COREDUMP | 57 help 58 This is the driver that supports the DVM firmware. The list 59 of the devices that use this firmware is available here: 60 https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi#firmware 61 62config IWLMVM 63 tristate "Intel Wireless WiFi MVM Firmware support" 64 select WANT_DEV_COREDUMP |
65 depends on MAC80211 |
|
64 help 65 This is the driver that supports the MVM firmware. The list 66 of the devices that use this firmware is available here: 67 https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi#firmware 68 69# don't call it _MODULE -- will confuse Kconfig/fixdep/... 70config IWLWIFI_OPMODE_MODULAR 71 bool --- 87 unchanged lines hidden --- | 66 help 67 This is the driver that supports the MVM firmware. The list 68 of the devices that use this firmware is available here: 69 https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi#firmware 70 71# don't call it _MODULE -- will confuse Kconfig/fixdep/... 72config IWLWIFI_OPMODE_MODULAR 73 bool --- 87 unchanged lines hidden --- |