17 lines
348 B
Plaintext
17 lines
348 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
menuconfig WIRELESS_WEXT
|
|
bool "Driver WEXT"
|
|
default n
|
|
depends on NET && DRIVERS_WIRELESS
|
|
---help---
|
|
The driver_wext logic from the WPA suplicant written originally
|
|
by Jouni Malinen
|
|
|
|
if WIRELESS_WEXT
|
|
|
|
endif
|