From 4600c253464a2c7284b234bdceec0bbecec55ba5 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Wed, 9 Feb 2022 08:31:24 +0000 Subject: payloads/tianocore: Add option for PS/2 keyboard support Add TIANOCORE_PS2_SUPPORT which, when enabled, will build edk2 with PS/2 keyboard support. Signed-off-by: Sean Rhodes Change-Id: Ibabce6ac1ac68ab958610d42c77f3c2c494528ef Reviewed-on: https://review.coreboot.org/c/coreboot/+/61760 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- payloads/external/tianocore/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'payloads/external/tianocore/Kconfig') 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 -- cgit v1.2.3