1config BR2_PACKAGE_PYTHON_SPIDEV
2	bool "python-spidev"
3	help
4	  Python module for interfacing with SPI devices from user
5	  space via the spidev linux kernel driver.
6
7	  https://pypi.python.org/pypi/spidev
8