mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-03-19 06:38:52 +02:00
13 lines
330 B
Plaintext
13 lines
330 B
Plaintext
|
config P54_COMMON
|
||
|
tristate "Softmac Prism54 support"
|
||
|
depends on MAC80211 && WLAN_80211 && FW_LOADER && EXPERIMENTAL
|
||
|
|
||
|
config P54_USB
|
||
|
tristate "Prism54 USB support"
|
||
|
depends on P54_COMMON && USB
|
||
|
select CRC32
|
||
|
|
||
|
config P54_PCI
|
||
|
tristate "Prism54 PCI support"
|
||
|
depends on P54_COMMON && PCI
|