nuttx-apps/examples/obd2/Kconfig
2017-10-28 13:38:47 -06:00

16 lines
304 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config EXAMPLES_OBD2
bool "OBD-II application example"
default n
select CANUTILS_LIBOBD2
---help---
Enable the OBD-II application example.
if EXAMPLES_OBD2
endif