mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
esp: enable for all PCI machines
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
ca5481ed57
commit
e7b2f53bd2
2 changed files with 1 additions and 1 deletions
|
@ -25,4 +25,3 @@ CONFIG_HPET=y
|
||||||
CONFIG_APPLESMC=y
|
CONFIG_APPLESMC=y
|
||||||
CONFIG_I8259=y
|
CONFIG_I8259=y
|
||||||
CONFIG_PFLASH_CFI01=y
|
CONFIG_PFLASH_CFI01=y
|
||||||
CONFIG_ESP=y
|
|
||||||
|
|
|
@ -17,3 +17,4 @@ CONFIG_IDE_CORE=y
|
||||||
CONFIG_IDE_QDEV=y
|
CONFIG_IDE_QDEV=y
|
||||||
CONFIG_IDE_PCI=y
|
CONFIG_IDE_PCI=y
|
||||||
CONFIG_AHCI=y
|
CONFIG_AHCI=y
|
||||||
|
CONFIG_ESP=y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue