9
0
Fork 0
barebox/drivers/input/Kconfig

20 lines
469 B
Plaintext
Raw Normal View History

#
# Input device configuration
#
menu "Input device support"
config KEYBOARD_GPIO
bool "GPIO Buttons"
depends on GENERIC_GPIO
help
This driver implements support for buttons connected
to GPIO pins of various CPUs (and some other chips).
Say Y here if your device has buttons connected
directly to such GPIO pins. Your board-specific
setup logic must also provide a platform device,
with configuration data saying which GPIOs are used.
endmenu