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>
This commit is contained in:
parent
5617378c1c
commit
a22b2ce579
@ -1,13 +1,7 @@
|
|||||||
# Default configuration for microblaze-softmmu
|
# Default configuration for microblaze-softmmu
|
||||||
|
|
||||||
CONFIG_PFLASH_CFI01=y
|
# Boards:
|
||||||
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
|
|
||||||
CONFIG_PETALOGIX_S3ADSP1800=y
|
CONFIG_PETALOGIX_S3ADSP1800=y
|
||||||
CONFIG_PETALOGIX_ML605=y
|
CONFIG_PETALOGIX_ML605=y
|
||||||
CONFIG_XLNX_ZYNQMP_PMU=y
|
CONFIG_XLNX_ZYNQMP_PMU=y
|
||||||
|
@ -1,8 +1,20 @@
|
|||||||
config PETALOGIX_S3ADSP1800
|
config PETALOGIX_S3ADSP1800
|
||||||
bool
|
bool
|
||||||
|
select PFLASH_CFI01
|
||||||
|
select XILINX
|
||||||
|
select XILINX_AXI
|
||||||
|
select XILINX_ETHLITE
|
||||||
|
|
||||||
config PETALOGIX_ML605
|
config PETALOGIX_ML605
|
||||||
bool
|
bool
|
||||||
|
select PFLASH_CFI01
|
||||||
|
select SERIAL
|
||||||
|
select SSI_M25P80
|
||||||
|
select XILINX
|
||||||
|
select XILINX_AXI
|
||||||
|
select XILINX_ETHLITE
|
||||||
|
select XILINX_SPI
|
||||||
|
|
||||||
config XLNX_ZYNQMP_PMU
|
config XLNX_ZYNQMP_PMU
|
||||||
bool
|
bool
|
||||||
|
select XLNX_ZYNQMP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user