mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06:00

Implement in dedicated file, just like TYPE_ICH9_AHCI. Signed-off-by: Bernhard Beschow <shentey@gmail.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20241212110926.23548-3-shentey@gmail.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
67 lines
844 B
Text
67 lines
844 B
Text
config IDE_CORE
|
|
bool
|
|
|
|
config IDE_BUS
|
|
bool
|
|
select IDE_CORE
|
|
|
|
config IDE_DEV
|
|
bool
|
|
depends on IDE_BUS
|
|
|
|
config IDE_PCI
|
|
bool
|
|
depends on PCI
|
|
select IDE_BUS
|
|
select IDE_DEV
|
|
|
|
config IDE_ISA
|
|
bool
|
|
depends on ISA_BUS
|
|
select IDE_BUS
|
|
select IDE_DEV
|
|
|
|
config IDE_PIIX
|
|
bool
|
|
select IDE_PCI
|
|
|
|
config IDE_CMD646
|
|
bool
|
|
select IDE_PCI
|
|
|
|
config IDE_MACIO
|
|
bool
|
|
select IDE_BUS
|
|
select IDE_DEV
|
|
|
|
config IDE_MMIO
|
|
bool
|
|
select IDE_BUS
|
|
select IDE_DEV
|
|
|
|
config IDE_VIA
|
|
bool
|
|
select IDE_PCI
|
|
|
|
config AHCI
|
|
bool
|
|
select IDE_BUS
|
|
select IDE_DEV
|
|
|
|
config AHCI_ICH9
|
|
bool
|
|
default y if PCI_DEVICES
|
|
depends on PCI
|
|
select AHCI
|
|
|
|
config AHCI_SYSBUS
|
|
bool
|
|
select AHCI
|
|
|
|
config IDE_SII3112
|
|
bool
|
|
select IDE_PCI
|
|
|
|
config IDE_CF
|
|
bool
|
|
default y if IDE_BUS
|