819946d275
The DSCM-1XXXX microdrive device model was used only by the XScale-based Zaurus machine types. Now they have been removed, we can delete this device too. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-id: 20241003140010.1653808-4-peter.maydell@linaro.org
64 lines
799 B
Plaintext
64 lines
799 B
Plaintext
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 IDE_SII3112
|
|
bool
|
|
select IDE_PCI
|
|
|
|
config IDE_CF
|
|
bool
|
|
default y if IDE_BUS
|