From: Bernhard Beschow Date: Thu, 5 Mar 2026 22:08:58 +0000 (+0100) Subject: hw/arm/Kconfig: Fix serial selection for NPCM8XX X-Git-Tag: v11.0.0-rc0~31^2~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff0f5cefeb4b7cb450886ba3d380698076ef3467;p=thirdparty%2Fqemu.git hw/arm/Kconfig: Fix serial selection for NPCM8XX CONFIG_SERIAL selects the internal TYPE_SERIAL device which is akin to an "IP block" that needs to be integrated with glue logic. In case of NPCM8XX this glue logic is TYPE_SERIAL_MM which the code uses already. Fix Kconfig to select CONFIG_SERIAL_MM which matches TYPE_SERIAL_MM. Fixes: ae0c4d1a1290 ("hw/arm: Add NPCM8XX SoC") Signed-off-by: Bernhard Beschow Reviewed-by: Peter Maydell Message-ID: <20260305220911.131508-2-shentey@gmail.com> Signed-off-by: Philippe Mathieu-Daudé --- diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index 03aa2a03db8..4e50fb1111f 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -482,7 +482,7 @@ config NPCM8XX select SMBUS select PL310 # cache controller select NPCM7XX - select SERIAL + select SERIAL_MM select SSI select UNIMP