diff options
| -rw-r--r-- | drivers/staging/wlags49_h2/Kconfig | 12 | ||||
| -rw-r--r-- | drivers/staging/wlags49_h25/Kconfig | 12 |
2 files changed, 14 insertions, 10 deletions
diff --git a/drivers/staging/wlags49_h2/Kconfig b/drivers/staging/wlags49_h2/Kconfig index b6fc2ca7d85c..3efcbf8afedf 100644 --- a/drivers/staging/wlags49_h2/Kconfig +++ b/drivers/staging/wlags49_h2/Kconfig | |||
| @@ -1,9 +1,11 @@ | |||
| 1 | config WLAGS49_H2 | 1 | config WLAGS49_H2 |
| 2 | tristate "Agere Systems HERMES II Wireless PC Card Model 0110" | 2 | tristate "Agere Systems HERMES II Wireless PC Card Model 0110" |
| 3 | depends on WLAN && WIRELESS_EXT && PCMCIA | 3 | depends on WLAN && PCMCIA |
| 4 | select WIRELESS_EXT | ||
| 4 | select WEXT_SPY | 5 | select WEXT_SPY |
| 6 | select WEXT_PRIV | ||
| 5 | ---help--- | 7 | ---help--- |
| 6 | Driver for wireless cards using Agere's HERMES II chipset | 8 | Driver for wireless cards using Agere's HERMES II chipset |
| 7 | which are identified with Manufacture ID: 0156,0003 | 9 | which are identified with Manufacture ID: 0156,0003 |
| 8 | The software is a modified version of wl_lkm_722_abg.tar.gz | 10 | The software is a modified version of wl_lkm_722_abg.tar.gz |
| 9 | from the Agere Systems website, addapted for Ubuntu 9.04. | 11 | from the Agere Systems website, addapted for Ubuntu 9.04. |
diff --git a/drivers/staging/wlags49_h25/Kconfig b/drivers/staging/wlags49_h25/Kconfig index dcc170929c13..bf5664a51cd4 100644 --- a/drivers/staging/wlags49_h25/Kconfig +++ b/drivers/staging/wlags49_h25/Kconfig | |||
| @@ -1,9 +1,11 @@ | |||
| 1 | config WLAGS49_H25 | 1 | config WLAGS49_H25 |
| 2 | tristate "Linksys HERMES II.5 WCF54G_Wireless-G_CompactFlash_Card" | 2 | tristate "Linksys HERMES II.5 WCF54G_Wireless-G_CompactFlash_Card" |
| 3 | depends on WLAN && WIRELESS_EXT && PCMCIA | 3 | depends on WLAN && PCMCIA |
| 4 | select WIRELESS_EXT | ||
| 4 | select WEXT_SPY | 5 | select WEXT_SPY |
| 6 | select WEXT_PRIV | ||
| 5 | ---help--- | 7 | ---help--- |
| 6 | Driver for wireless cards using Agere's HERMES II.5 chipset | 8 | Driver for wireless cards using Agere's HERMES II.5 chipset |
| 7 | which are identified with Manufacture ID: 0156,0004 | 9 | which are identified with Manufacture ID: 0156,0004 |
| 8 | The software is a modified version of wl_lkm_722_abg.tar.gz | 10 | The software is a modified version of wl_lkm_722_abg.tar.gz |
| 9 | from the Agere Systems website, addapted for Ubuntu 9.04. | 11 | from the Agere Systems website, addapted for Ubuntu 9.04. |
