diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2021-05-13 15:17:06 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@redhat.com> | 2021-07-20 15:31:15 +0200 |
commit | 7795b6e1523e7c8b50103df7ea1c9f325200d78b (patch) | |
tree | 0a5338dd0905a4879a0f056725398653776047fa /hw | |
parent | d43bb04c844dc6de78aa14e8e944d8302e24200a (diff) |
hw/arm/Kconfig: Remove unused DS1338 symbol from i.MX25 PDK Board
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 <pbonzini@redhat.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210515173716.358295-5-philmd@redhat.com>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/arm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index 4a994f35e3..30967da2e1 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 |