[PATCH 05/33] hw/cpu: Remove dead Kconfig

Philippe Mathieu-Daudé posted 33 patches 1 year, 11 months ago
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, "Cédric Le Goater" <clg@kaod.org>, Andrew Jeffery <andrew@codeconstruct.com.au>, Joel Stanley <joel@jms.id.au>, Igor Mitsyanko <i.mitsyanko@gmail.com>, Jean-Christophe Dubois <jcd@tribudubois.net>, Andrey Smirnov <andrew.smirnov@gmail.com>, Rob Herring <robh@kernel.org>, Tyrone Ting <kfting@nuvoton.com>, Hao Wu <wuhaotsh@google.com>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, Alistair Francis <alistair@alistair23.me>
[PATCH 05/33] hw/cpu: Remove dead Kconfig
Posted by Philippe Mathieu-Daudé 1 year, 11 months ago
ARM MPCore Kconfig are defined in hw/arm/Kconfig.
hw/cpu/Kconfig is never used, remove it.

Fixes: 82f5181777 ("kconfig: introduce kconfig files")
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
 hw/cpu/Kconfig | 8 --------
 1 file changed, 8 deletions(-)
 delete mode 100644 hw/cpu/Kconfig

diff --git a/hw/cpu/Kconfig b/hw/cpu/Kconfig
deleted file mode 100644
index 1767d028ac..0000000000
--- a/hw/cpu/Kconfig
+++ /dev/null
@@ -1,8 +0,0 @@
-config ARM11MPCORE
-    bool
-
-config A9MPCORE
-    bool
-
-config A15MPCORE
-    bool
-- 
2.41.0


Re: [PATCH 05/33] hw/cpu: Remove dead Kconfig
Posted by Cédric Le Goater 1 year, 10 months ago
On 12/12/23 17:29, Philippe Mathieu-Daudé wrote:
> ARM MPCore Kconfig are defined in hw/arm/Kconfig.
> hw/cpu/Kconfig is never used, remove it.
> 
> Fixes: 82f5181777 ("kconfig: introduce kconfig files")
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>


Reviewed-by: Cédric Le Goater <clg@kaod.org>

Thanks,

C.