]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
hw/arm/Kconfig: Fix serial selection for NPCM8XX
authorBernhard Beschow <shentey@gmail.com>
Thu, 5 Mar 2026 22:08:58 +0000 (23:08 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Sun, 8 Mar 2026 22:08:42 +0000 (23:08 +0100)
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 <shentey@gmail.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-ID: <20260305220911.131508-2-shentey@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/arm/Kconfig

index 03aa2a03db8ecc4118cc5a2ad5b1d0ee2c0b2510..4e50fb1111f61cd3a6961ad6a027694e9d0f4295 100644 (file)
@@ -482,7 +482,7 @@ config NPCM8XX
     select SMBUS
     select PL310  # cache controller
     select NPCM7XX
-    select SERIAL
+    select SERIAL_MM
     select SSI
     select UNIMP