nuttx-apps/examples/cc3000/Kconfig

15 lines
292 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
config EXAMPLES_CC3000BASIC
bool "A Basic Application to use CC3000 Module"
default n
depends on WL_CC3000
---help---
Enable the CC3000BASIC example
if EXAMPLES_CC3000BASIC
endif