drivers: move gpio_keys from gpio to input
Port the gpio_keys_zephyr driver from the gpio subsystem with a dedicated API to the input subsystem reporting input events. Move the test as well, simplify the cases a bit since the API is simpler now. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
29ac5d4381
commit
2815f96440
19 changed files with 182 additions and 350 deletions
|
@ -36,6 +36,7 @@ source "drivers/i2c/Kconfig"
|
|||
source "drivers/i2s/Kconfig"
|
||||
source "drivers/i3c/Kconfig"
|
||||
source "drivers/ieee802154/Kconfig"
|
||||
source "drivers/input/Kconfig"
|
||||
source "drivers/interrupt_controller/Kconfig"
|
||||
source "drivers/interrupt_controller/Kconfig.shared_irq"
|
||||
source "drivers/ipm/Kconfig"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue