mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
Kconfig: add quotes in source to clean warnings from setconfig
To avoid the setconfig warning "style: quotes recommended around xxx in source xxx"
This commit is contained in:
@@ -65,7 +65,7 @@ config WL_GS2200M_LOGLEVEL
|
||||
|
||||
endif
|
||||
|
||||
source drivers/wireless/spirit/Kconfig
|
||||
source "drivers/wireless/spirit/Kconfig"
|
||||
|
||||
menuconfig DRIVERS_IEEE802154
|
||||
bool "IEEE 802.15.4 Device Support"
|
||||
@@ -73,7 +73,7 @@ menuconfig DRIVERS_IEEE802154
|
||||
---help---
|
||||
Select to enable building of IEEE802.15.4 device drivers.
|
||||
|
||||
source drivers/wireless/ieee802154/Kconfig
|
||||
source "drivers/wireless/ieee802154/Kconfig"
|
||||
|
||||
menuconfig DRIVERS_IEEE80211
|
||||
bool "IEEE 802.11 Device Support"
|
||||
@@ -81,7 +81,7 @@ menuconfig DRIVERS_IEEE80211
|
||||
---help---
|
||||
Select to enable building of IEEE802.11 device drivers.
|
||||
|
||||
source drivers/wireless/ieee80211/Kconfig
|
||||
source "drivers/wireless/ieee80211/Kconfig"
|
||||
|
||||
menuconfig DRIVERS_BLUETOOTH
|
||||
bool "Bluetooth Device Support"
|
||||
@@ -89,7 +89,7 @@ menuconfig DRIVERS_BLUETOOTH
|
||||
---help---
|
||||
Select to enable building of Bluetooth device drivers.
|
||||
|
||||
source drivers/wireless/bluetooth/Kconfig
|
||||
source "drivers/wireless/bluetooth/Kconfig"
|
||||
|
||||
menuconfig DRIVERS_LPWAN
|
||||
bool "LPWAN Device Support"
|
||||
@@ -97,7 +97,7 @@ menuconfig DRIVERS_LPWAN
|
||||
---help---
|
||||
Select to enable building of LPWAN device drivers.
|
||||
|
||||
source drivers/wireless/lpwan/Kconfig
|
||||
source "drivers/wireless/lpwan/Kconfig"
|
||||
|
||||
config WL_NRF24L01
|
||||
bool "nRF24l01+ transceiver support"
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
|
||||
if DRIVERS_IEEE80211
|
||||
|
||||
source drivers/wireless/ieee80211/bcm43xxx/Kconfig
|
||||
source "drivers/wireless/ieee80211/bcm43xxx/Kconfig"
|
||||
|
||||
endif # DRIVERS_IEEE80211
|
||||
|
||||
@@ -11,7 +11,7 @@ config IEEE802154_MRF24J40
|
||||
---help---
|
||||
This selection enables support for the Microchip MRF24J40 device.
|
||||
|
||||
source drivers/wireless/ieee802154/mrf24j40/Kconfig
|
||||
source "drivers/wireless/ieee802154/mrf24j40/Kconfig"
|
||||
|
||||
config IEEE802154_AT86RF233
|
||||
bool "ATMEL RF233 IEEE 802.15.4 transceiver"
|
||||
@@ -20,7 +20,7 @@ config IEEE802154_AT86RF233
|
||||
---help---
|
||||
This selection enables support for the Atmel RF233 device.
|
||||
|
||||
source drivers/wireless/ieee802154/at86rf23x/Kconfig
|
||||
source "drivers/wireless/ieee802154/at86rf23x/Kconfig"
|
||||
|
||||
config IEEE802154_XBEE
|
||||
bool "XBee IEEE 802.15.4 Radio (w/ MAC)"
|
||||
@@ -28,6 +28,6 @@ config IEEE802154_XBEE
|
||||
---help---
|
||||
This selection enables support for the XBee Radio device.
|
||||
|
||||
source drivers/wireless/ieee802154/xbee/Kconfig
|
||||
source "drivers/wireless/ieee802154/xbee/Kconfig"
|
||||
|
||||
endif # DRIVERS_IEEE802154
|
||||
|
||||
@@ -37,4 +37,4 @@ config WL_SPIRIT_FIFODUMP
|
||||
|
||||
endif
|
||||
|
||||
source drivers/wireless/spirit/drivers/Kconfig
|
||||
source "drivers/wireless/spirit/drivers/Kconfig"
|
||||
|
||||
Reference in New Issue
Block a user