2013-06-01 08:23:06 -06:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 08:14:53 -06:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2013-06-01 08:23:06 -06:00
|
|
|
#
|
|
|
|
|
|
|
|
config EXAMPLES_NRF24L01TERM
|
2018-09-03 09:29:56 -06:00
|
|
|
tristate "Basic nRF24L01 terminal"
|
2013-06-01 08:23:06 -06:00
|
|
|
default n
|
2017-03-09 16:52:48 +03:00
|
|
|
depends on DRIVERS_WIRELESS
|
2013-06-01 08:23:06 -06:00
|
|
|
|
|
|
|
if EXAMPLES_NRF24L01TERM
|
|
|
|
endif
|