diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2024-09-03 17:07:24 +0100 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2024-10-01 14:39:39 +0100 |
| commit | 9022e80a4235f272799720ee4e9037f6dae7cf0e (patch) | |
| tree | c73d4aea6e12ddfc0d44c0bb86999556baf2afa8 /hw/misc/meson.build | |
| parent | 2406e1e79f76d8a9296105ef99dee7665e2f4fb4 (diff) | |
| download | focaccia-qemu-9022e80a4235f272799720ee4e9037f6dae7cf0e.tar.gz focaccia-qemu-9022e80a4235f272799720ee4e9037f6dae7cf0e.zip | |
hw/misc: Remove cbus
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> Message-id: 20240903160751.4100218-27-peter.maydell@linaro.org
Diffstat (limited to 'hw/misc/meson.build')
| -rw-r--r-- | hw/misc/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/misc/meson.build b/hw/misc/meson.build index 56b9465515..01b77ca200 100644 --- a/hw/misc/meson.build +++ b/hw/misc/meson.build @@ -51,7 +51,6 @@ system_ss.add(when: 'CONFIG_ALLWINNER_R40', if_true: files('allwinner-r40-ccu.c' system_ss.add(when: 'CONFIG_ALLWINNER_R40', if_true: files('allwinner-r40-dramc.c')) system_ss.add(when: 'CONFIG_AXP2XX_PMU', if_true: files('axp2xx.c')) system_ss.add(when: 'CONFIG_REALVIEW', if_true: files('arm_sysctl.c')) -system_ss.add(when: 'CONFIG_NSERIES', if_true: files('cbus.c')) system_ss.add(when: 'CONFIG_ECCMEMCTL', if_true: files('eccmemctl.c')) system_ss.add(when: 'CONFIG_EXYNOS4', if_true: files('exynos4210_pmu.c', 'exynos4210_clk.c', 'exynos4210_rng.c')) system_ss.add(when: 'CONFIG_IMX', if_true: files( |