qemu/hw/intc/Kconfig
Philippe Mathieu-Daudé 6c3014858c target/nios2: Remove the deprecated Nios II target
The Nios II target is deprecated since v8.2 in commit 9997771bc1
("target/nios2: Deprecate the Nios II architecture").

Remove:
- Buildsys / CI infra
- User emulation
- System emulation (10m50-ghrd & nios2-generic-nommu machines)
- Tests

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: Marek Vasut <marex@denx.de>
Message-Id: <20240327144806.11319-3-philmd@linaro.org>
2024-04-24 16:03:38 +02:00

104 lines
1.2 KiB
Plaintext

config HEATHROW_PIC
bool
config I8259
bool
select ISA_BUS
config PL190
bool
config IOAPIC
bool
select I8259
config OPENPIC
bool
select MSI_NONBROKEN
config APIC
bool
select MSI_NONBROKEN
select I8259
config ARM_GIC
bool
select ARM_GICV3_TCG if TCG
select ARM_GIC_KVM if KVM
select MSI_NONBROKEN
config ARM_GICV3_TCG
bool
depends on ARM_GIC && TCG
config ARM_GIC_KVM
bool
depends on ARM_GIC && KVM
config XICS
bool
config XIVE
bool
config ALLWINNER_A10_PIC
bool
config S390_FLIC
bool
config S390_FLIC_KVM
bool
depends on S390_FLIC && KVM
config OMPIC
bool
config PPC_UIC
bool
config SH_INTC
bool
config RX_ICU
bool
config LOONGSON_LIOINTC
bool
config RISCV_ACLINT
bool
config RISCV_APLIC
bool
select MSI_NONBROKEN
config RISCV_IMSIC
bool
select MSI_NONBROKEN
config SIFIVE_PLIC
bool
select MSI_NONBROKEN
config GOLDFISH_PIC
bool
config M68K_IRQC
bool
config LOONGARCH_IPI
bool
config LOONGARCH_PCH_PIC
bool
select UNIMP
config LOONGARCH_PCH_MSI
select MSI_NONBROKEN
bool
select UNIMP
config LOONGARCH_EXTIOI
bool