mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 11:39:53 +00:00
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>
This commit is contained in:
parent
5c8ae30b24
commit
2a406e38e6
@ -41,6 +41,7 @@ config IDE_VIA
|
||||
config MICRODRIVE
|
||||
bool
|
||||
select IDE_QDEV
|
||||
depends on PCMCIA
|
||||
|
||||
config AHCI
|
||||
bool
|
||||
|
Loading…
Reference in New Issue
Block a user