Kconfig 380 B

123456789101112131415161718
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see the file kconfig-language.txt in the NuttX tools repository.
  4. #
  5. config WIRELESS
  6. bool "Wireless Support"
  7. default n
  8. ---help---
  9. Enables overall support for Wireless library.
  10. if WIRELESS
  11. source wireless/bluetooth/Kconfig
  12. source wireless/ieee802154/Kconfig
  13. source wireless/pktradio/Kconfig
  14. endif # WIRELESS