From: Philippe Mathieu-Daudé Date: Sat, 24 Apr 2021 22:20:56 +0000 (+0200) Subject: hw/ide: Add Kconfig dependency MICRODRIVE -> PCMCIA X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2a406e38e6f0cb2070a30ea98e779ca93a04df48;p=qemu.git hw/ide: Add Kconfig dependency MICRODRIVE -> PCMCIA 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é Reviewed-by: Warner Losh Reviewed-by: Richard Henderson Message-Id: <20210424222057.3434459-3-f4bug@amsat.org> Signed-off-by: Laurent Vivier --- diff --git a/hw/ide/Kconfig b/hw/ide/Kconfig index 5d9106b1ac..8e2c893454 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