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

18 lines
519 B
Plaintext

menuconfig BR2_PACKAGE_I2C_TOOLS
bool "i2c-tools"
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
help
Heterogeneous set of I2C tools for Linux
This package contains a heterogeneous set of I2C tools for
Linux: a bus probing tool, a chip dumper, register-level
access helpers, EEPROM decoding scripts, and more.
https://i2c.wiki.kernel.org/index.php/I2C_Tools
if BR2_PACKAGE_I2C_TOOLS
config BR2_PACKAGE_I2C_TOOLS_USE_PREBUILT
bool "use prebuilt binary instead of building from source"
default y
endif