Re: [PATCH v2 3/8] hw/intc: Introduce SH_INTC Kconfig entry

2021-02-21 Thread Peter Maydell
On Sun, 21 Feb 2021 at 20:03, Philippe Mathieu-Daudé wrote: > > We want to be able to use the 'SH4' config for architecture > specific features. Add more fine-grained selection by adding > a CONFIG_SH_INTC selector for the SH4 interrupt controller. > > Suggested-by: Peter Maydell > Signed-off-by:

[PATCH v2 3/8] hw/intc: Introduce SH_INTC Kconfig entry

2021-02-21 Thread Philippe Mathieu-Daudé
We want to be able to use the 'SH4' config for architecture specific features. Add more fine-grained selection by adding a CONFIG_SH_INTC selector for the SH4 interrupt controller. Suggested-by: Peter Maydell Signed-off-by: Philippe Mathieu-Daudé --- hw/intc/Kconfig | 3 +++ hw/intc/meson.b