zephyr/drivers/input/Kconfig.gpio_keys
Fabio Baltieri 35e3bfcdef drivers: input: drop the zephyr,gpio-keys binding
This is now redundant and `gpio-keys` can be used instead.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-08-07 11:26:26 +02:00

11 lines
242 B
Plaintext

# Copyright (c) 2022 Google LLC
# SPDX-License-Identifier: Apache-2.0
config INPUT_GPIO_KEYS
bool "GPIO Keys input driver"
default y
depends on DT_HAS_GPIO_KEYS_ENABLED
depends on GPIO
help
Enable support for GPIO Keys input driver.