nuttx-apps/canutils/Kconfig

12 lines
271 B
Plaintext
Raw Normal View History

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"
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