summaryrefslogtreecommitdiffstats
path: root/package/i2c-tools/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* package/i*: fix wrapping of Config.in help textAdam Duskett2017-07-311-3/+3
| | | | | | | | | | | | | | The check-package script when ran gives warnings on text wrapping on all of these Config files. This patch cleans up all warnings related to the text wrapping for the Config files starting with the letter i in the package directory. The appropriate indentation is: <tab><2 spaces><62 chars> See http://nightly.buildroot.org/#writing-rules-config-in for more information. Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* i2c-tools: use upstream tarballPeter Korsgaard2017-07-101-1/+1
| | | | | | | | | | | | | Tarballs of the releases are now again available: https://www.spinics.net/lists/linux-i2c/msg30349.html So change back to that instead of getting the source code from git. While we're at it, add a hash for the license file. [Peter: Also update Config.in homepage URL as pointed out by Baruch] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* i2c-tools: depend on BUSYBOX_SHOW_OTHERSBartosz Golaszewski2016-08-011-0/+1
| | | | | | | | | 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>
* i2c-tools: link to i2c-tools specific wiki pageBaruch Siach2015-02-221-1/+1
| | | | | | | | Although there is a link to that page from the main lm-sensors page, it is quite hard to find. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* i2c-tools: fix Config.in whitespacePeter Korsgaard2011-12-111-7/+7
| | | | | | Purely cosmetical. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* package/i2c-tools: I2C tools packagePeter Korsgaard2008-06-241-0/+11
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).
OpenPOWER on IntegriCloud