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