-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 170606 b: refs/heads/master c: 0465af8 h: refs/heads/master v: v3
- Loading branch information
Holger Schurig
authored and
John W. Linville
committed
Oct 7, 2009
1 parent
43f779e
commit 6258bae
Showing
4 changed files
with
61 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: baee1f3caa5a771880144358dd07d32e09ba4dcf | ||
refs/heads/master: 0465af8e03bdc6cd0b49dc5548671387a8674b69 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
config LIBERTAS | ||
tristate "Marvell 8xxx Libertas WLAN driver support" | ||
depends on WLAN_80211 | ||
select WIRELESS_EXT | ||
select WEXT_SPY | ||
select LIB80211 | ||
select FW_LOADER | ||
---help--- | ||
A library for Marvell Libertas 8xxx devices. | ||
|
||
config LIBERTAS_USB | ||
tristate "Marvell Libertas 8388 USB 802.11b/g cards" | ||
depends on LIBERTAS && USB | ||
---help--- | ||
A driver for Marvell Libertas 8388 USB devices. | ||
|
||
config LIBERTAS_CS | ||
tristate "Marvell Libertas 8385 CompactFlash 802.11b/g cards" | ||
depends on LIBERTAS && PCMCIA | ||
select FW_LOADER | ||
---help--- | ||
A driver for Marvell Libertas 8385 CompactFlash devices. | ||
|
||
config LIBERTAS_SDIO | ||
tristate "Marvell Libertas 8385/8686/8688 SDIO 802.11b/g cards" | ||
depends on LIBERTAS && MMC | ||
---help--- | ||
A driver for Marvell Libertas 8385/8686/8688 SDIO devices. | ||
|
||
config LIBERTAS_SPI | ||
tristate "Marvell Libertas 8686 SPI 802.11b/g cards" | ||
depends on LIBERTAS && SPI | ||
---help--- | ||
A driver for Marvell Libertas 8686 SPI devices. | ||
|
||
config LIBERTAS_DEBUG | ||
bool "Enable full debugging output in the Libertas module." | ||
depends on LIBERTAS | ||
---help--- | ||
Debugging support. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters