From 74f74edfe1ea7bd324afe5cd5b79ea3a101d8fc4 Mon Sep 17 00:00:00 2001 From: Patrick Oppenlander Date: Thu, 9 Oct 2025 13:35:21 +1100 Subject: [PATCH] x86/64: enable 8250_DW This driver is required for the serial port on headless embedded AMD Ryzen Embedded V3000 devices such as the SolidRun BEDROCK V3000. Signed-off-by: Patrick Oppenlander Link: https://github.com/openwrt/openwrt/pull/20353 Signed-off-by: Robert Marko --- target/linux/x86/64/config-6.12 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/x86/64/config-6.12 b/target/linux/x86/64/config-6.12 index c98d6091b9a..77646c0f531 100644 --- a/target/linux/x86/64/config-6.12 +++ b/target/linux/x86/64/config-6.12 @@ -461,6 +461,7 @@ CONFIG_SENSORS_K10TEMP=y CONFIG_SENSORS_K8TEMP=y # CONFIG_SENSORS_OXP is not set CONFIG_SENSORS_VIA_CPUTEMP=y +CONFIG_SERIAL_8250_DW=y CONFIG_SERIAL_8250_PNP=y CONFIG_SMP=y CONFIG_SOCK_RX_QUEUE_MAPPING=y -- 2.47.3