diff options
author | Laurent Vivier <laurent@vivier.eu> | 2021-03-12 22:41:43 +0100 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2021-03-15 21:02:20 +0100 |
commit | 2fde99ee3120416251922282c364833473135765 (patch) | |
tree | 78a7cdca9e7442bdc12cb978335b9eb5f94071d7 /hw/intc/Kconfig | |
parent | 87855593903fdc1809d6f6c2ac7f344c31cea799 (diff) | |
download | qemu-2fde99ee3120416251922282c364833473135765.zip qemu-2fde99ee3120416251922282c364833473135765.tar.gz qemu-2fde99ee3120416251922282c364833473135765.tar.bz2 |
m68k: add an interrupt controller
A (generic) copy of the GLUE device we already have for q800 to use with
the m68k-virt machine.
The q800 one would disappear in the future as q800 uses actually the djMEMC
controller.
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210312214145.2936082-4-laurent@vivier.eu>
Diffstat (limited to 'hw/intc/Kconfig')
-rw-r--r-- | hw/intc/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/intc/Kconfig b/hw/intc/Kconfig index 186cb5d..f469408 100644 --- a/hw/intc/Kconfig +++ b/hw/intc/Kconfig @@ -70,3 +70,6 @@ config SIFIVE_PLIC config GOLDFISH_PIC bool + +config M68K_IRQC + bool |