summaryrefslogtreecommitdiff
path: root/apps/examples/nrf24l01_term/Kconfig
blob: 59fff2382e7b5aae9b1653388837d3df0998e672 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#

config EXAMPLES_NRF24L01TERM
	bool "Basic nRF24L01 terminal"
	default n

if EXAMPLES_NRF24L01TERM
endif