From b243a94c7e6494f4fd7b7c5a91985ba545cf5e8b Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 11 Apr 2026 01:22:55 +0200 Subject: [PATCH] x86: Activate CONFIG_SERIAL_8250_LPSS=y This is active by default. Signed-off-by: Hauke Mehrtens --- target/linux/x86/64/config-6.12 | 1 + target/linux/x86/64/config-6.18 | 1 + 2 files changed, 2 insertions(+) diff --git a/target/linux/x86/64/config-6.12 b/target/linux/x86/64/config-6.12 index 8595eb212bb5ad..b9d186c7a93d2c 100644 --- a/target/linux/x86/64/config-6.12 +++ b/target/linux/x86/64/config-6.12 @@ -464,6 +464,7 @@ CONFIG_SENSORS_K8TEMP=y # CONFIG_SENSORS_OXP is not set CONFIG_SENSORS_VIA_CPUTEMP=y CONFIG_SERIAL_8250_DW=y +CONFIG_SERIAL_8250_LPSS=y CONFIG_SERIAL_8250_MID=y CONFIG_SERIAL_8250_PNP=y CONFIG_SMP=y diff --git a/target/linux/x86/64/config-6.18 b/target/linux/x86/64/config-6.18 index 069cae2cb63301..7dd0caa02d2ede 100644 --- a/target/linux/x86/64/config-6.18 +++ b/target/linux/x86/64/config-6.18 @@ -470,6 +470,7 @@ CONFIG_SENSORS_K8TEMP=y # CONFIG_SENSORS_OXP is not set CONFIG_SENSORS_VIA_CPUTEMP=y CONFIG_SERIAL_8250_DW=y +CONFIG_SERIAL_8250_LPSS=y CONFIG_SERIAL_8250_MID=y CONFIG_SERIAL_8250_PNP=y CONFIG_SMP=y