linuxOS_D21X/package/third-party/can-utils/Config.in

16 lines
409 B
Plaintext
Raw Normal View History

2024-11-29 08:13:19 +00:00
menuconfig BR2_PACKAGE_CAN_UTILS
bool "can-utils"
depends on BR2_USE_MMU # fork()
help
SocketCAN is a set of open source CAN drivers and a
networking stack.
This package provides various tools for this stack.
https://github.com/linux-can/can-utils
if BR2_PACKAGE_CAN_UTILS
config BR2_PACKAGE_CAN_UTILS_USE_PREBUILT
bool "use prebuilt binary instead of building from source"
default y
endif