]> git.dujemihanovic.xyz Git - u-boot.git/commit
dm: input: add button_kbd driver
authorDzmitry Sankouski <dsankouski@gmail.com>
Sun, 22 Jan 2023 15:21:25 +0000 (18:21 +0300)
committerTom Rini <trini@konsulko.com>
Fri, 10 Feb 2023 18:41:06 +0000 (13:41 -0500)
commite8779962898e946687d4ef427188520f88e69152
tree566000e99ddac3fc1de8151bd77fba30017f895f
parentea6fdc135954186ada5df9cca3f063a9a785d1b2
dm: input: add button_kbd driver

Bootmenu requires an input device with arrows and enter key.
A common smartphone luckily has power, volume up/down buttons,
which may be used for controlling bootmenu.
To use driver, add 'button-kbd' to stdin.

Signed-off-by: Dzmitry Sankouski <dsankouski@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/input/Kconfig
drivers/input/Makefile
drivers/input/button_kbd.c [new file with mode: 0644]