2016-06-24 10:45:45 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
config CANUTILS_CANLIB
|
|
|
|
bool "CAN utility library"
|
|
|
|
default n
|
2016-12-06 15:54:38 +01:00
|
|
|
depends on CAN
|
2016-06-24 10:45:45 +02:00
|
|
|
---help---
|
|
|
|
Enable the CAN utility library
|
|
|
|
|
|
|
|
if CANUTILS_CANLIB
|
|
|
|
|
|
|
|
endif
|