Commit 1218206e authored by Johannes Berg's avatar Johannes Berg

iwlwifi: allow selecting only MVM driver

Now that we have two drivers (DVM and MVM) stop selecting
the DVM one (but make it default) and allow enabling only
the MVM driver if so desired. Add a warning for the case
of having neither DVM nor MVM enabled -- that's useless.
Reviewed-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 1fd4afe2
...@@ -6,7 +6,6 @@ config IWLWIFI ...@@ -6,7 +6,6 @@ config IWLWIFI
select LEDS_CLASS select LEDS_CLASS
select LEDS_TRIGGERS select LEDS_TRIGGERS
select MAC80211_LEDS select MAC80211_LEDS
select IWLDVM
---help--- ---help---
Select to build the driver supporting the: Select to build the driver supporting the:
...@@ -45,6 +44,7 @@ config IWLWIFI ...@@ -45,6 +44,7 @@ config IWLWIFI
config IWLDVM config IWLDVM
tristate "Intel Wireless WiFi DVM Firmware support" tristate "Intel Wireless WiFi DVM Firmware support"
depends on IWLWIFI depends on IWLWIFI
default IWLWIFI
help help
This is the driver supporting the DVM firmware which is This is the driver supporting the DVM firmware which is
currently the only firmware available for existing devices. currently the only firmware available for existing devices.
...@@ -58,6 +58,9 @@ config IWLMVM ...@@ -58,6 +58,9 @@ config IWLMVM
Say yes if you have such a device. Say yes if you have such a device.
comment "WARNING: iwlwifi is useless without IWLDVM or IWLMVM"
depends on IWLWIFI && IWLDVM=n && IWLMVM=n
menu "Debugging Options" menu "Debugging Options"
depends on IWLWIFI depends on IWLWIFI
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment