Adds the gpio keyboard driver to the BSP. The driver probes but fails to find device tree information it is looking for. Signed-off-by: Nicholas Mello <nick@nmello.dev>
10 lines
285 B
Plaintext
10 lines
285 B
Plaintext
comment "gpio-keyboard-driver needs a Linux kernel to be built"
|
|
depends on !BR2_LINUX_KERNEL
|
|
|
|
config BR2_PACKAGE_GPIO_KEYBOARD_DRIVER
|
|
bool "gpio-keyboard-driver"
|
|
depends on BR2_LINUX_KERNEL
|
|
help
|
|
Driver for converting GPIO pins to keyboard actions with run time
|
|
configuration
|