Message ID | 20230109204124.102592-2-shentey@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | More precise dependency tracking for MIPS boards | expand |
On 9/1/23 21:41, Bernhard Beschow wrote: > isa-superio.c, managed by ISA_SUPERIO, instantiates TYPE_ISA_PARALLEL, > managed by PARALLEL. > > Signed-off-by: Bernhard Beschow <shentey@gmail.com> > --- > hw/isa/Kconfig | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
diff --git a/hw/isa/Kconfig b/hw/isa/Kconfig index 040a18c070..58137f2702 100644 --- a/hw/isa/Kconfig +++ b/hw/isa/Kconfig @@ -16,6 +16,7 @@ config I82378 config ISA_SUPERIO bool select ISA_BUS + select PARALLEL select PCKBD select FDC_ISA
isa-superio.c, managed by ISA_SUPERIO, instantiates TYPE_ISA_PARALLEL, managed by PARALLEL. Signed-off-by: Bernhard Beschow <shentey@gmail.com> --- hw/isa/Kconfig | 1 + 1 file changed, 1 insertion(+)