diff mbox series

[PULL,03/23] hw/ide: Add Kconfig dependency MICRODRIVE -> PCMCIA

Message ID 20210503083623.139700-4-laurent@vivier.eu
State New
Headers show
Series [PULL,01/23] accel: kvm: clarify that extra exit data is hexadecimal | expand

Commit Message

Laurent Vivier May 3, 2021, 8:36 a.m. UTC
From: Philippe Mathieu-Daudé <f4bug@amsat.org>

The Microdrive Compact Flash can be plugged on a PCMCIA bus.
Express the dependency using the 'depends on' Kconfig expression.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210424222057.3434459-3-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
---
 hw/ide/Kconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/hw/ide/Kconfig b/hw/ide/Kconfig
index 5d9106b1ac2b..8e2c89345497 100644
--- a/hw/ide/Kconfig
+++ b/hw/ide/Kconfig
@@ -41,6 +41,7 @@  config IDE_VIA
 config MICRODRIVE
     bool
     select IDE_QDEV
+    depends on PCMCIA
 
 config AHCI
     bool