nuttx/boards/arm/stm32/emw3162/Kconfig
2021-06-11 21:05:24 -05:00

13 lines
261 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_EMW3162
config EMW3162_WLAN
bool "Enable WLAN chip support"
depends on IEEE80211_BROADCOM_FULLMAC_SDIO
endif