In commit c4f00daa5b3 ("imx25-pdk: create ds1338 for qtest inside
the test") we removed the DS1338 device from the i.MX25 machine
but forgot to remove it in the machine Kconfig definitions, do
it now.Acked-by: Paolo Bonzini <[email protected]> Reviewed-by: Bin Meng <[email protected]> Signed-off-by: Philippe Mathieu-Daudé <[email protected]> Message-Id: <[email protected]> --- hw/arm/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index 4a994f35e3b..30967da2e14 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -404,7 +404,6 @@ config FSL_IMX25 select IMX_FEC select IMX_I2C select WDT_IMX2 - select DS1338 config FSL_IMX31 bool -- 2.31.1
