diff mbox series

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

Message ID 20231212162935.42910-6-philmd@linaro.org
State New
Headers show
Series hw/cpu/arm: Remove one use of qemu_get_cpu() in A7/A15 MPCore priv | expand

Commit Message

Philippe Mathieu-Daudé Dec. 12, 2023, 4:29 p.m. UTC
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

Comments

Cédric Le Goater Jan. 2, 2024, 1:53 p.m. UTC | #1
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.
diff mbox series

Patch

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