16 lines
304 B
Plaintext
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
|