45f2609ca2
Enable the python-rpi-gpio package on 64-bit ARM architectures. I've tested this with a Raspberry Pi 4 64-bit and Python 3 build and it works as expected. Signed-off-by: Mirza Kapetanovic <mirza.kapetanovic@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
8 lines
209 B
Plaintext
8 lines
209 B
Plaintext
config BR2_PACKAGE_PYTHON_RPI_GPIO
|
|
bool "python-rpi-gpio"
|
|
depends on BR2_arm || BR2_aarch64
|
|
help
|
|
A Python module to control the GPIO on a Raspberry Pi.
|
|
|
|
http://sourceforge.net/p/raspberry-gpio-python
|