diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2009-10-17 09:09:35 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-10-19 23:22:51 -0700 |
commit | 439ca3a4b1997858a34ee414856511fe7a282553 (patch) | |
tree | cde367943b6a704c2e76b17ea995f92a9378a187 | |
parent | ab69a5ae2bdc0b5e20e935a7b75f30aa3f4c3bae (diff) |
iwmc3200wifi: select IWMC3200TOP in Kconfig
iwmc3200wifi requires iwmc3200top for its operation
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Acked-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/wireless/iwmc3200wifi/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwmc3200wifi/Kconfig b/drivers/net/wireless/iwmc3200wifi/Kconfig index c25a04371ca..9606b3100fd 100644 --- a/drivers/net/wireless/iwmc3200wifi/Kconfig +++ b/drivers/net/wireless/iwmc3200wifi/Kconfig @@ -3,6 +3,7 @@ config IWM depends on MMC && WLAN_80211 && EXPERIMENTAL depends on CFG80211 select FW_LOADER + select IWMC3200TOP help The Intel Wireless Multicomm 3200 hardware is a combo card with GPS, Bluetooth, WiMax and 802.11 radios. It |