35e3bfcdef
This is now redundant and `gpio-keys` can be used instead. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
11 lines
242 B
Plaintext
11 lines
242 B
Plaintext
# 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.
|