nuttx-apps/canutils/canlib/Kconfig
2016-06-24 07:10:33 -06:00

17 lines
325 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 && LIB_BOARDCTL
select BOARDCTL_CANINIT
---help---
Enable the CAN utility library
if CANUTILS_CANLIB
endif