diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2024-09-03 17:07:06 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2024-10-01 14:16:51 +0100 |
commit | 6af139c385bfc7823276d6ab7956b8c812c111f0 (patch) | |
tree | 71a63e13f7aba7946a6ad0ea6b44d1c9614f2735 /hw/arm/Kconfig | |
parent | 504f935d00e5491ac8296e40d050bbe2b95338c3 (diff) |
hw/arm: Remove 'cheetah' machine
The 'cheetah' machine has been deprecated since 9.0, so we can
remove it for the 9.2 release.
(tsc210x.c is also used by nseries, so move its MAINTAINER file
line there; the nseries boards are also about to be removed.)
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20240903160751.4100218-9-peter.maydell@linaro.org
Diffstat (limited to 'hw/arm/Kconfig')
-rw-r--r-- | hw/arm/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index c8c57497c5..3261618ea7 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -37,13 +37,6 @@ config ARM_VIRT select ACPI_CXL select ACPI_HMAT -config CHEETAH - bool - default y - depends on TCG && ARM - select OMAP - select TSC210X - config CUBIEBOARD bool default y |