Files
xiuos/Ubiquitous/Nuttx/apps/canutils/canlib/Kconfig
2021-06-09 14:33:15 +08:00

16 lines
284 B
Plaintext

#
# 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
depends on CAN
---help---
Enable the CAN utility library
if CANUTILS_CANLIB
endif