2015-09-23 17:09:29 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
menu "CAN Utilities"
|
|
|
|
|
2016-05-12 17:50:50 +02:00
|
|
|
source "$APPSDIR/canutils/libcanard/Kconfig"
|
2016-05-25 15:07:32 +02:00
|
|
|
source "$APPSDIR/canutils/libuavcan/Kconfig"
|
2015-09-23 17:09:29 +02:00
|
|
|
|
|
|
|
endmenu # CAN Utilities
|