# | |
# 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 |