Browse Source

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>
pull/80/head
Paolo Bonzini 8 years ago
parent
commit
a22b2ce579
  1. 10
      default-configs/microblaze-softmmu.mak
  2. 12
      hw/microblaze/Kconfig

10
default-configs/microblaze-softmmu.mak

@ -1,13 +1,7 @@
# Default configuration for microblaze-softmmu
CONFIG_PFLASH_CFI01=y
CONFIG_SERIAL=y
CONFIG_XILINX=y
CONFIG_XILINX_AXI=y
CONFIG_XILINX_SPI=y
CONFIG_XILINX_ETHLITE=y
CONFIG_SSI_M25P80=y
CONFIG_XLNX_ZYNQMP=y
# Boards:
#
CONFIG_PETALOGIX_S3ADSP1800=y
CONFIG_PETALOGIX_ML605=y
CONFIG_XLNX_ZYNQMP_PMU=y

12
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

Loading…
Cancel
Save