diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-24 09:55:37 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-24 09:55:37 +0000 |
commit | 32986b80d4aeca7c0295b134743e81f79e913486 (patch) | |
tree | 027d120e2d7c2c09ce31b29ab22704772251bd05 /package/i2c-tools/Config.in | |
parent | ad348c0d7fe1a8e6ad008c06c225b88bd341646e (diff) | |
download | buildroot-novena-32986b80d4aeca7c0295b134743e81f79e913486.tar.gz buildroot-novena-32986b80d4aeca7c0295b134743e81f79e913486.zip |
package/i2c-tools: I2C tools package
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.
Based on patch by Michel (BusError).
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 |