zephyr/drivers/input/Kconfig.gpio_keys

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.