2017-07-28 15:14:58 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
config EXAMPLES_POWERMONITOR
|
2018-09-03 17:29:56 +02:00
|
|
|
tristate "LTC4151 powermonitor example"
|
2017-07-28 15:14:58 +02:00
|
|
|
default n
|
|
|
|
|
|
|
|
if EXAMPLES_POWERMONITOR
|
|
|
|
endif # EXAMPLES_POWERMONITOR
|