#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#

config CANUTILS_LIBCANARD
	bool "libcanard UAVCAN Library"
	default n
	depends on CAN && CAN_EXTID
	---help---
		Enable the libcanard UAVCAN library.

if CANUTILS_LIBCANARD

config LIBCANARD_URL
	string "libcanard URL"
	default "https://github.com/UAVCAN/libcanard/archive"
	---help---
		libcanard URL.

config LIBCANARD_VERSION
	string "libcanard Version"
	default "34195e7f13637bdc79198c94bd1b2e5ecffe9383"
	---help---
		libcanard version.

endif
