aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2021-04-25 00:20:56 +0200
committerLaurent Vivier <laurent@vivier.eu>2021-05-02 17:24:50 +0200
commit2a406e38e6f0cb2070a30ea98e779ca93a04df48 (patch)
tree818bd0c4ba703572d5a7d1d7efc5efb7e2f034c9
parent5c8ae30b2484f241890841e83435af092a3c508f (diff)
downloadqemu-2a406e38e6f0cb2070a30ea98e779ca93a04df48.zip
qemu-2a406e38e6f0cb2070a30ea98e779ca93a04df48.tar.gz
qemu-2a406e38e6f0cb2070a30ea98e779ca93a04df48.tar.bz2
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é <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>
-rw-r--r--hw/ide/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ide/Kconfig b/hw/ide/Kconfig
index 5d9106b..8e2c893 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