nuttx/drivers/wireless/ieee80211/Kconfig
Xiang Xiao 3a32937b9b drivers/wireless/ieee80211/bcm43xxx: Move drivers/wireless/ieee80211/ to drivers/wireless/ieee80211/bcm43xxx/
since the directory only contains only BCM43362 and BCM43438 related code.
2019-11-05 15:38:01 -06:00

11 lines
234 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
if DRIVERS_IEEE80211
source drivers/wireless/ieee80211/bcm43xxx/Kconfig
endif # DRIVERS_IEEE80211