mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -06:00
hw/arm: Express dependencies of xilinx-zynq with Kconfig
Add Kconfig dependencies for the xilinx-zynq-a9 board. This patch is based on earlier work by Ákos Kovács (i.e. his "hw/arm/Kconfig: Add ARM Kconfig" patch). Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
959762d0b5
commit
31576a9155
2 changed files with 13 additions and 6 deletions
|
@ -202,6 +202,18 @@ config VEXPRESS
|
|||
|
||||
config ZYNQ
|
||||
bool
|
||||
select A9MPCORE
|
||||
select CADENCE # UART
|
||||
select PFLASH_CFI02
|
||||
select PL330
|
||||
select SDHCI
|
||||
select SSI_M25P80
|
||||
select USB_EHCI_SYSBUS
|
||||
select XILINX # UART
|
||||
select XILINX_AXI
|
||||
select XILINX_SPI
|
||||
select XILINX_SPIPS
|
||||
select ZYNQ_DEVCFG
|
||||
|
||||
config ARM_V7M
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue