summaryrefslogtreecommitdiffstats
path: root/package/python-smbus-cffi/Config.in
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2015-12-31 23:08:30 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-03 22:34:20 +0100
commit9d05cb121a93aa0501f4c7369881d304063c84da (patch)
treee1ddbbfe3f5c329f7efb07c443d4211f44e1363a /package/python-smbus-cffi/Config.in
parentce726bae3150506174fd612318615a3be81224bc (diff)
downloadbuildroot-9d05cb121a93aa0501f4c7369881d304063c84da.tar.gz
buildroot-9d05cb121a93aa0501f4c7369881d304063c84da.zip
python-smbus-cffi: new package
[Thomas: - fix license, it's GPLv2, not GPLv2+.] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-smbus-cffi/Config.in')
-rw-r--r--package/python-smbus-cffi/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/python-smbus-cffi/Config.in b/package/python-smbus-cffi/Config.in
new file mode 100644
index 0000000000..32f005c096
--- /dev/null
+++ b/package/python-smbus-cffi/Config.in
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_PYTHON_SMBUS_CFFI
+ bool "python-smbus-cffi"
+ select BR2_PACKAGE_PYTHON_CFFI
+ help
+ This Python module allows SMBus access through the I2C /dev
+ interface on Linux hosts. The host kernel must have I2C
+ support, I2C device interface support, and a bus adapter
+ driver.
+
+ https://github.com/bivab/smbus-cffi
OpenPOWER on IntegriCloud