6a3a9784db
Python module for interfacing with SPI devices from user space via the spidev linux kernel driver. [Thomas: fix <pkg>_LICENSE_FILES.] Cc: Yegor Yefremov <yegorslists@googlemail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 lines
206 B
Plaintext
8 lines
206 B
Plaintext
config BR2_PACKAGE_PYTHON_SPIDEV
|
|
bool "python-spidev"
|
|
help
|
|
Python module for interfacing with SPI devices from user
|
|
space via the spidev linux kernel driver.
|
|
|
|
https://pypi.python.org/pypi/spidev
|