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