linuxOS_D21X/package/third-party/can-utils/Config.in
2024-11-29 16:13:46 +08:00

16 lines
409 B
Plaintext

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