]> git.baikalelectronics.ru Git - uboot.git/commit
input: button_kbd: make driver complementary to gpio buttons
authorSvyatoslav Ryhel <clamor95@gmail.com>
Mon, 20 Mar 2023 19:06:30 +0000 (21:06 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 30 Mar 2023 19:09:59 +0000 (15:09 -0400)
commit3af2b5cf928433122b040ba5cf5964fbc615848b
treebc06e34a0b52ab7ac17cff240eb31502a03a8d72
parentb310aaa47dbe75aa711dd2328ca9daadb932eec8
input: button_kbd: make driver complementary to gpio buttons

Remove need of dts binding for button keyboard since it reuses
gpio-keys binding. Select gpio-keys driver if button keyboard
is selected since button keyboard can not operate on its own.

Tested-by: Svyatoslav Ryhel <clamor95@gmail.com> # HTC One X T30
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/input/Kconfig
drivers/input/button_kbd.c