mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
hw/ide/ahci: Extract TYPE_SYSBUS_AHCI into dedicated file
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>
This commit is contained in:
parent
8a4989f526
commit
1b26146e89
5 changed files with 101 additions and 72 deletions
|
@ -71,7 +71,7 @@ config HIGHBANK
|
|||
depends on TCG && ARM
|
||||
select A9MPCORE
|
||||
select A15MPCORE
|
||||
select AHCI
|
||||
select AHCI_SYSBUS
|
||||
select ARM_TIMER # sp804
|
||||
select ARM_V7M
|
||||
select PL011 if !HAVE_RUST # UART
|
||||
|
@ -192,7 +192,7 @@ config SBSA_REF
|
|||
depends on TCG && AARCH64
|
||||
imply PCI_DEVICES
|
||||
select DEVICE_TREE
|
||||
select AHCI
|
||||
select AHCI_SYSBUS
|
||||
select ARM_SMMUV3
|
||||
select GPIO_KEY
|
||||
select PCI_EXPRESS
|
||||
|
@ -319,7 +319,7 @@ config ARM_V7M
|
|||
|
||||
config ALLWINNER_A10
|
||||
bool
|
||||
select AHCI
|
||||
select AHCI_SYSBUS
|
||||
select ALLWINNER_A10_PIT
|
||||
select ALLWINNER_A10_PIC
|
||||
select ALLWINNER_A10_CCM
|
||||
|
@ -352,7 +352,7 @@ config ALLWINNER_H3
|
|||
config ALLWINNER_R40
|
||||
bool
|
||||
default y if TCG && ARM
|
||||
select AHCI
|
||||
select AHCI_SYSBUS
|
||||
select ALLWINNER_SRAMC
|
||||
select ALLWINNER_A10_PIT
|
||||
select ALLWINNER_WDT
|
||||
|
@ -422,7 +422,7 @@ config XLNX_ZYNQMP_ARM
|
|||
bool
|
||||
default y if PIXMAN
|
||||
depends on TCG && AARCH64
|
||||
select AHCI
|
||||
select AHCI_SYSBUS
|
||||
select ARM_GIC
|
||||
select CADENCE
|
||||
select CPU_CLUSTER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue