diff options
Diffstat (limited to 'payloads/external/tianocore/Kconfig')
-rw-r--r-- | payloads/external/tianocore/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/payloads/external/tianocore/Kconfig b/payloads/external/tianocore/Kconfig index 1eaf0c8c96..e1beedb361 100644 --- a/payloads/external/tianocore/Kconfig +++ b/payloads/external/tianocore/Kconfig @@ -156,6 +156,12 @@ config TIANOCORE_HAVE_EFI_SHELL help Include the EFI shell Binary +config TIANOCORE_PS2_SUPPORT + bool "Support PS/2 Keyboards" + default y + help + Include support for PS/2 keyboards + endif if TIANOCORE_COREBOOTPAYLOAD |