From eb9a673a8e8db1b9a2d61ad2f9e00acfcde55f44 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Fri, 22 Aug 2025 17:44:11 -0500 Subject: [PATCH] soc/amd/cezanne: Add a Kconfig option for SERIRQ_CONTINUOUS_MODE Add a Kconfig to enable mainboards to select SERIRQ_CONTINUOUS_MODE, which will be used by a to-be-added Cezanne-based Starlabs Starbook variant in a subsequent commit. Change-Id: Ia4da699e836e8e3ca408b4b5744320723e17ca62 Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/88972 Tested-by: build bot (Jenkins) Reviewed-by: Martin L Roth --- src/soc/amd/cezanne/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/soc/amd/cezanne/Kconfig b/src/soc/amd/cezanne/Kconfig index ebe96e40d9..5588262119 100644 --- a/src/soc/amd/cezanne/Kconfig +++ b/src/soc/amd/cezanne/Kconfig @@ -478,4 +478,11 @@ config RWB_REGION_ONLY endif # VBOOT_SLOTS_RW_AB && VBOOT_STARTS_BEFORE_BOOTBLOCK +config SERIRQ_CONTINUOUS_MODE + bool + default n + help + Set this option to y for serial IRQ in continuous mode. + Otherwise it is in quiet mode. + endif # SOC_AMD_CEZANNE