buildroot/package/python-smbus-cffi/Config.in
Yegor Yefremov 9d05cb121a 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>
2016-02-03 22:34:20 +01:00

11 lines
334 B
Plaintext

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