mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
02018b39a7
m68k allmodconfig: | drivers/net/wireless/wl12xx/main.c: In function 'wl12xx_probe': | drivers/net/wireless/wl12xx/main.c:1273: error: implicit declaration of function 'set_irq_type' | make[1]: *** [drivers/net/wireless/wl12xx/main.o] Error 1 Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Acked-by: Kalle Valo <kalle.valo@nokia.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
12 lines
349 B
Plaintext
12 lines
349 B
Plaintext
config WL12XX
|
|
tristate "TI wl1251/wl1271 support"
|
|
depends on MAC80211 && WLAN_80211 && SPI_MASTER && GENERIC_HARDIRQS && EXPERIMENTAL
|
|
select FW_LOADER
|
|
select CRC7
|
|
---help---
|
|
This module adds support for wireless adapters based on
|
|
TI wl1251/wl1271 chipsets.
|
|
|
|
If you choose to build a module, it'll be called wl12xx. Say N if
|
|
unsure.
|