2022-12-06 23:14:05 +01:00
|
|
|
# Copyright (c) 2022 Google LLC
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2023-01-31 16:58:22 +01:00
|
|
|
config INPUT_GPIO_KEYS
|
2023-08-03 12:52:55 +02:00
|
|
|
bool "GPIO Keys input driver"
|
2022-12-06 23:14:05 +01:00
|
|
|
default y
|
2023-08-03 12:52:55 +02:00
|
|
|
depends on DT_HAS_GPIO_KEYS_ENABLED || DT_HAS_ZEPHYR_GPIO_KEYS_ENABLED
|
2023-08-03 23:12:51 +02:00
|
|
|
depends on GPIO
|
2022-12-06 23:14:05 +01:00
|
|
|
help
|
2023-08-03 12:52:55 +02:00
|
|
|
Enable support for GPIO Keys input driver.
|