1# Copyright (c) 2022 Google LLC
2# SPDX-License-Identifier: Apache-2.0
3
4config INPUT_GPIO_KEYS
5	bool "GPIO Keys input driver"
6	default y
7	depends on DT_HAS_GPIO_KEYS_ENABLED
8	depends on GPIO
9	help
10	  Enable support for GPIO Keys input driver.
11