diff options
author | Holger Schurig <hs4233@mail.mn-solutions.de> | 2009-10-07 03:10:33 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-07 16:39:53 -0400 |
commit | 82e62926ab31d5a535f85be36d6621635ee34c3c (patch) | |
tree | e6161cd0aeb5cf59d76898fd25b281cd3109d597 /drivers | |
parent | 63f275df64dc69a46bbc21e6a68d5506d2da9c51 (diff) |
libertas: remove extraneous select FW_LOADER
As kindly pointed out by Andrey Yurovsky, CONFIG_LIBERTAS already
selects FW_LOADER.
Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/libertas/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/libertas/Kconfig b/drivers/net/wireless/libertas/Kconfig index 3e6c922c2f44..77aec7cd03ec 100644 --- a/drivers/net/wireless/libertas/Kconfig +++ b/drivers/net/wireless/libertas/Kconfig | |||
@@ -17,7 +17,6 @@ config LIBERTAS_USB | |||
17 | config LIBERTAS_CS | 17 | config LIBERTAS_CS |
18 | tristate "Marvell Libertas 8385 CompactFlash 802.11b/g cards" | 18 | tristate "Marvell Libertas 8385 CompactFlash 802.11b/g cards" |
19 | depends on LIBERTAS && PCMCIA | 19 | depends on LIBERTAS && PCMCIA |
20 | select FW_LOADER | ||
21 | ---help--- | 20 | ---help--- |
22 | A driver for Marvell Libertas 8385 CompactFlash devices. | 21 | A driver for Marvell Libertas 8385 CompactFlash devices. |
23 | 22 | ||