diff options
Diffstat (limited to 'package/i2c-tools/Config.in')
-rw-r--r-- | package/i2c-tools/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/i2c-tools/Config.in b/package/i2c-tools/Config.in new file mode 100644 index 000000000..a8df197d0 --- /dev/null +++ b/package/i2c-tools/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_I2C_TOOLS + bool "i2c-tools" + default n + 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 |