1# Microchip XEC Keyboard Scan Matrix configuration options 2 3# Copyright (c) 2019 Intel Corporation 4# SPDX-License-Identifier: Apache-2.0 5 6config INPUT_XEC_KBD 7 bool "Microchip XEC series keyboard matrix driver" 8 default y 9 depends on DT_HAS_MICROCHIP_XEC_KBD_ENABLED 10 select INPUT_KBD_MATRIX 11 select MULTITHREADING 12 select PINCTRL 13 help 14 Enable the Microchip XEC Kscan IO driver. 15