diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-07-24 13:47:57 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-09-13 20:11:13 +0200 |
commit | 5b0b67d49dbe2eb64f523a818e30ae7f172caff1 (patch) | |
tree | c89852b650db3a9161a7d702bbdbd3e200658652 /hw/Kconfig | |
parent | 698e0fa0c53acf4e931ceec60ab1234550eba6cd (diff) | |
download | qemu-5b0b67d49dbe2eb64f523a818e30ae7f172caff1.zip qemu-5b0b67d49dbe2eb64f523a818e30ae7f172caff1.tar.gz qemu-5b0b67d49dbe2eb64f523a818e30ae7f172caff1.tar.bz2 |
hw/timer: Remove TYPE_ETRAX_FS_TIMER device
We just removed the single machine using it (axis-dev88).
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: Edgar E. Iglesias <edgar.iglesias@amd.com>
Message-ID: <20240904143603.52934-12-philmd@linaro.org>
Diffstat (limited to 'hw/Kconfig')
-rw-r--r-- | hw/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -50,7 +50,6 @@ source arm/Kconfig source cpu/Kconfig source alpha/Kconfig source avr/Kconfig -source cris/Kconfig source hppa/Kconfig source i386/Kconfig source loongarch/Kconfig |