diff options
author | Paolo Bonzini | 2019-01-29 12:16:26 +0100 |
---|---|---|
committer | Paolo Bonzini | 2019-03-07 21:46:19 +0100 |
commit | a22b2ce579bf20063cf1908cf3f951c4165be449 (patch) | |
tree | 3450677c56c64b61ac29699afc7cf7c02243ee08 /hw/microblaze/Kconfig | |
parent | m68k-softmmu.mak: express dependencies with Kconfig (diff) | |
download | qemu-a22b2ce579bf20063cf1908cf3f951c4165be449.tar.gz qemu-a22b2ce579bf20063cf1908cf3f951c4165be449.tar.xz qemu-a22b2ce579bf20063cf1908cf3f951c4165be449.zip |
microblaze-softmmu.mak: express dependencies with Kconfig
%-softmmu.mak only keep boards and optional device
definitions in Kconfig mode.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/microblaze/Kconfig')
-rw-r--r-- | hw/microblaze/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hw/microblaze/Kconfig b/hw/microblaze/Kconfig index 44683b2737..c4dc120973 100644 --- a/hw/microblaze/Kconfig +++ b/hw/microblaze/Kconfig @@ -1,8 +1,20 @@ config PETALOGIX_S3ADSP1800 bool + select PFLASH_CFI01 + select XILINX + select XILINX_AXI + select XILINX_ETHLITE config PETALOGIX_ML605 bool + select PFLASH_CFI01 + select SERIAL + select SSI_M25P80 + select XILINX + select XILINX_AXI + select XILINX_ETHLITE + select XILINX_SPI config XLNX_ZYNQMP_PMU bool + select XLNX_ZYNQMP |