drivers: kscan: Add Kconfig for Keyboard scan driver

Introduces the Kconfig for generic Keybard Scan matrix drivers

Signed-off-by: Francisco Munoz <francisco.munoz.ruiz@intel.com>
This commit is contained in:
Francisco Munoz 2019-09-30 11:45:24 -07:00 committed by Andrew Boie
commit 453427d5d1
4 changed files with 34 additions and 0 deletions

View file

@ -87,4 +87,6 @@ source "drivers/espi/Kconfig"
source "drivers/ps2/Kconfig"
source "drivers/kscan/Kconfig"
endmenu