drivers: ps2: Add Kconfig for PS/2 driver

This commit adds the Kconfig for generic PS/2 drivers

Signed-off-by: Francisco Munoz <francisco.munoz.ruiz@intel.com>
This commit is contained in:
Francisco Munoz 2019-08-07 07:37:13 -07:00 committed by Andrew Boie
commit 86e6b8d5ea
3 changed files with 31 additions and 0 deletions

View file

@ -85,4 +85,6 @@ source "drivers/hwinfo/Kconfig"
source "drivers/espi/Kconfig"
source "drivers/ps2/Kconfig"
endmenu