Staging: wlags49_h2, wlags49_h25: fixed Kconfig dependencies
Fixes Kconfig so the wlags49_h2 and wlags49_h25 drivers can be selected from menuconfig without having to select another WLAN driver first. Before it could only be selected when another driver already selected WIRELESS_EXT. Also adds WEXT_PRIV on which the driver also depends. Align help text in Kconfig. Signed-off-by: Henk de Groot <pe1dnn@amsat.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
c28040e515
commit
f502cb6eb2
@@ -1,9 +1,11 @@
|
|||||||
config WLAGS49_H2
|
config WLAGS49_H2
|
||||||
tristate "Agere Systems HERMES II Wireless PC Card Model 0110"
|
tristate "Agere Systems HERMES II Wireless PC Card Model 0110"
|
||||||
depends on WLAN && WIRELESS_EXT && PCMCIA
|
depends on WLAN && PCMCIA
|
||||||
|
select WIRELESS_EXT
|
||||||
select WEXT_SPY
|
select WEXT_SPY
|
||||||
|
select WEXT_PRIV
|
||||||
---help---
|
---help---
|
||||||
Driver for wireless cards using Agere's HERMES II chipset
|
Driver for wireless cards using Agere's HERMES II chipset
|
||||||
which are identified with Manufacture ID: 0156,0003
|
which are identified with Manufacture ID: 0156,0003
|
||||||
The software is a modified version of wl_lkm_722_abg.tar.gz
|
The software is a modified version of wl_lkm_722_abg.tar.gz
|
||||||
from the Agere Systems website, addapted for Ubuntu 9.04.
|
from the Agere Systems website, addapted for Ubuntu 9.04.
|
||||||
|
@@ -1,9 +1,11 @@
|
|||||||
config WLAGS49_H25
|
config WLAGS49_H25
|
||||||
tristate "Linksys HERMES II.5 WCF54G_Wireless-G_CompactFlash_Card"
|
tristate "Linksys HERMES II.5 WCF54G_Wireless-G_CompactFlash_Card"
|
||||||
depends on WLAN && WIRELESS_EXT && PCMCIA
|
depends on WLAN && PCMCIA
|
||||||
|
select WIRELESS_EXT
|
||||||
select WEXT_SPY
|
select WEXT_SPY
|
||||||
|
select WEXT_PRIV
|
||||||
---help---
|
---help---
|
||||||
Driver for wireless cards using Agere's HERMES II.5 chipset
|
Driver for wireless cards using Agere's HERMES II.5 chipset
|
||||||
which are identified with Manufacture ID: 0156,0004
|
which are identified with Manufacture ID: 0156,0004
|
||||||
The software is a modified version of wl_lkm_722_abg.tar.gz
|
The software is a modified version of wl_lkm_722_abg.tar.gz
|
||||||
from the Agere Systems website, addapted for Ubuntu 9.04.
|
from the Agere Systems website, addapted for Ubuntu 9.04.
|
||||||
|
Reference in New Issue
Block a user