7bb48645e6
As of version 1.25.0 busybox by default includes a nearly complete implementation of i2c-tools. Hide the upstream version unless the BR2_PACKAGE_BUSYBOX_SHOW_OTHERS option is selected. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
362 B
Plaintext
12 lines
362 B
Plaintext
config 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.
|
|
|
|
http://www.lm-sensors.org/wiki/I2CTools
|