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