[openwrt/openwrt] x86/64: enable 8250_DW

LEDE Commits lede-commits at lists.infradead.org
Fri Oct 10 01:32:23 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/74f74edfe1ea7bd324afe5cd5b79ea3a101d8fc4

commit 74f74edfe1ea7bd324afe5cd5b79ea3a101d8fc4
Author: Patrick Oppenlander <patrick.oppenlander at gmail.com>
AuthorDate: Thu Oct 9 13:35:21 2025 +1100

    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 <patrick.oppenlander at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/20353
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 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 c98d6091b9..77646c0f53 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




More information about the lede-commits mailing list