Files
bsp/package/gpio-keyboard-driver/Config.in
Nick Mello d35fabb64f gpio-keyboard-driver: Add driver
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>
2026-02-07 01:45:32 -06:00

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