diff options
| author | Patrick Oppenlander | 2025-10-09 02:35:21 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-10-10 08:32:20 +0000 |
| commit | 74f74edfe1ea7bd324afe5cd5b79ea3a101d8fc4 (patch) | |
| tree | 77cf535afc799f8695f2f7b43df8506ddf5a38bd | |
| parent | a626b7e74d8031fa0ac19775e6805c379a3b3d74 (diff) | |
| download | openwrt-74f74edfe1ea7bd324afe5cd5b79ea3a101d8fc4.tar.gz | |
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@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20353
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/x86/64/config-6.12 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |