Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
1ad4b5c6170319850b8e7e263e945a5fc30e19e5
/
.
/
drivers
/
input
/
Kconfig.gpio_keys
blob: 2c3e8737a231c4e633b63112c852b98527f8f810 [
file
] [
log
] [
blame
]
# 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
.