diff mbox series

[1/4] hw/isa/Kconfig: Add missing PARALLEL dependency to ISA_SUPERIO

Message ID 20230109204124.102592-2-shentey@gmail.com
State New
Headers show
Series More precise dependency tracking for MIPS boards | expand

Commit Message

Bernhard Beschow Jan. 9, 2023, 8:41 p.m. UTC
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(+)

Comments

Philippe Mathieu-Daudé Jan. 10, 2023, 8:04 a.m. UTC | #1
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 mbox series

Patch

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