1# Copyright 2023 Google LLC
2# SPDX-License-Identifier: Apache-2.0
3
4config KSCAN_INPUT
5	bool "Input subsystem to kscan adapter driver"
6	default y
7	depends on INPUT
8	depends on DT_HAS_ZEPHYR_KSCAN_INPUT_ENABLED
9