@samitouri / QOSamiQemu / commits / 0425d6b9de

kconfig: remove duplicate declaration of CONFIG_MIPS_BOSTON_AIA

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

Paolo Bonzini committed Apr 30, 2026 at 10:42 UTC 0425d6b9de5dcc3009c734bb641eb5e787a4d738
2 files changed +4 -8
hw/misc/Kconfig
-8
@@ -135,14 +135,6 @@ config RISCV_MIPS_CPC
135 config RISCV_MIPS_CPS
136 bool
137
138 -config MIPS_BOSTON_AIA
139 - bool
140 - default y
141 - depends on RISCV64
142 - select RISCV_MIPS_CMGCR
143 - select RISCV_MIPS_CPC
144 - select RISCV_MIPS_CPS
145 -
138 config MPS2_FPGAIO
139 bool
140 select LED
hw/riscv/Kconfig
+4
@@ -132,5 +132,9 @@ config XIANGSHAN_KUNMINGHU
132 config MIPS_BOSTON_AIA
133 bool
134 default y
135 + depends on RISCV64
136 select PCI_EXPRESS
137 select PCI_EXPRESS_XILINX
138 + select RISCV_MIPS_CMGCR
139 + select RISCV_MIPS_CPC
140 + select RISCV_MIPS_CPS