17 lines
327 B
Plaintext
Executable File
17 lines
327 B
Plaintext
Executable File
menuconfig XR829_WLAN
|
|
tristate "XR829 WLAN support"
|
|
default n
|
|
select CFG80211
|
|
select AVERAGE
|
|
select CRYPTO
|
|
select CRYPTO_ARC4
|
|
---help---
|
|
To compile this code as a module, choose M here.
|
|
|
|
if XR829_WLAN
|
|
|
|
source "drivers/net/wireless/xr829/umac/Kconfig"
|
|
source "drivers/net/wireless/xr829/wlan/Kconfig"
|
|
|
|
endif # XR_WLAN
|