x86: enable Intel MID serial for Denverton SoCs

Enable CONFIG_SERIAL_8250_MID in the generic x86 configuration.

This enables hardware serial console access on Intel Atom C3000
(Denverton) platforms, which rely on the High-Speed UART driver.
It also benefits other Intel MID platforms across the x86
architecture.

Signed-off-by: Cristian Sloberg <crilleslo@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22739
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Cristian Sloberg 2026-04-02 08:57:09 +02:00 committed by Hauke Mehrtens
parent d19e522ec7
commit 81644d0b86
2 changed files with 4 additions and 0 deletions

View File

@ -240,6 +240,7 @@ CONFIG_HOTPLUG_SMT=y
CONFIG_HOTPLUG_SPLIT_STARTUP=y
CONFIG_HPET=y
CONFIG_HPET_MMAP=y
CONFIG_HSU_DMA=y
CONFIG_HVC_DRIVER=y
CONFIG_HVC_IRQ=y
CONFIG_HVC_XEN=y
@ -463,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_MID=y
CONFIG_SERIAL_8250_PNP=y
CONFIG_SMP=y
CONFIG_SOCK_RX_QUEUE_MAPPING=y

View File

@ -242,6 +242,7 @@ CONFIG_HOTPLUG_SMT=y
CONFIG_HOTPLUG_SPLIT_STARTUP=y
CONFIG_HPET=y
CONFIG_HPET_MMAP=y
CONFIG_HSU_DMA=y
CONFIG_HUGETLBFS=y
CONFIG_HVC_DRIVER=y
CONFIG_HVC_IRQ=y
@ -469,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_MID=y
CONFIG_SERIAL_8250_PNP=y
CONFIG_SMP=y
CONFIG_SOCK_RX_QUEUE_MAPPING=y