2815f96440
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>
10 lines
220 B
Plaintext
10 lines
220 B
Plaintext
# Copyright (c) 2022 Google LLC
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config INPUT_GPIO_KEYS
|
|
bool "Zephyr GPIO Keys"
|
|
default y
|
|
depends on DT_HAS_ZEPHYR_GPIO_KEYS_ENABLED
|
|
help
|
|
Enable support for Zephyr GPIO Keys.
|