diff options
Diffstat (limited to 'hw')
-rw-r--r-- | hw/ide/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ide/Kconfig b/hw/ide/Kconfig index 8e2c893454..dd85fa3619 100644 --- a/hw/ide/Kconfig +++ b/hw/ide/Kconfig @@ -8,7 +8,7 @@ config IDE_QDEV config IDE_PCI bool depends on PCI - select IDE_CORE + select IDE_QDEV config IDE_ISA bool |