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