diff options
author | Don Fry <donald.h.fry@intel.com> | 2012-05-16 16:54:27 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-06-05 15:32:13 -0400 |
commit | cc5f7e39761382d3a44be70bb665c2c78ae15dac (patch) | |
tree | 6651c35803805e8dadda1b57313134fc5ce41c4d /drivers/net/wireless/iwlwifi/Kconfig | |
parent | c08ce20c7eedb9406c55a1c59acc2c84812c8e82 (diff) |
iwlwifi: implement dynamic opmode loading
This is the next step in splitting up the driver,
making the uCode API dependent pieces of it live
in separate modules. Right now there's only one
so it's not user-selectable, but we're actively
working on more.
Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Don Fry <donald.h.fry@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/Kconfig')
-rw-r--r-- | drivers/net/wireless/iwlwifi/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/Kconfig b/drivers/net/wireless/iwlwifi/Kconfig index 2463c0626438..727fbb5db9da 100644 --- a/drivers/net/wireless/iwlwifi/Kconfig +++ b/drivers/net/wireless/iwlwifi/Kconfig | |||
@@ -6,6 +6,7 @@ config IWLWIFI | |||
6 | select LEDS_CLASS | 6 | select LEDS_CLASS |
7 | select LEDS_TRIGGERS | 7 | select LEDS_TRIGGERS |
8 | select MAC80211_LEDS | 8 | select MAC80211_LEDS |
9 | select IWLDVM | ||
9 | ---help--- | 10 | ---help--- |
10 | Select to build the driver supporting the: | 11 | Select to build the driver supporting the: |
11 | 12 | ||
@@ -41,6 +42,10 @@ config IWLWIFI | |||
41 | say M here and read <file:Documentation/kbuild/modules.txt>. The | 42 | say M here and read <file:Documentation/kbuild/modules.txt>. The |
42 | module will be called iwlwifi. | 43 | module will be called iwlwifi. |
43 | 44 | ||
45 | config IWLDVM | ||
46 | tristate "Intel Wireless WiFi" | ||
47 | depends on IWLWIFI | ||
48 | |||
44 | menu "Debugging Options" | 49 | menu "Debugging Options" |
45 | depends on IWLWIFI | 50 | depends on IWLWIFI |
46 | 51 | ||