The devices in hw/misc/cbus.c were used only by the
now-removed nseries machine types, so they can be removed.
As this is the last use of the CONFIG_NSERIES define we
can remove that from KConfig now.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
MAINTAINERS | 2 -
include/hw/misc/cbus.h | 31 ---
hw/misc/cbus.c | 619 -----------------------------------------
hw/arm/Kconfig | 14 -
hw/misc/meson.build | 1 -
5 files changed, 667 deletions(-)
delete mode 100644 include/hw/misc/cbus.h
delete mode 100644 hw/misc/cbus.c
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index d33d59bee90..a70ceff504b 100644
--- a/hw/arm/Kconfig
+++ b/hw/arm/Kconfig
@@ -142,20 +142,6 @@ config OLIMEX_STM32_H405
depends on TCG && ARM
select STM32F405_SOC
-config NSERIES
- bool
- default y
- depends on TCG && ARM