mirror of
https://github.com/mborgerson/xemu.git
synced 2026-03-11 22:14:51 +00:00
These boards ship with a bundled DTB, and dtc will be required for generating these from device tree sources. Prepare for that by adding an FDT dependency. Signed-off-by: Bernhard Beschow <shentey@gmail.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20250708204806.1898-2-shentey@gmail.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
28 lines
522 B
Plaintext
28 lines
522 B
Plaintext
config PETALOGIX_S3ADSP1800
|
|
bool
|
|
default y
|
|
depends on MICROBLAZE && FDT
|
|
select PFLASH_CFI01
|
|
select XILINX
|
|
select XILINX_AXI
|
|
select XILINX_ETHLITE
|
|
select UNIMP
|
|
|
|
config PETALOGIX_ML605
|
|
bool
|
|
default y
|
|
depends on MICROBLAZE && FDT
|
|
select PFLASH_CFI01
|
|
select SERIAL_MM
|
|
select SSI_M25P80
|
|
select XILINX
|
|
select XILINX_AXI
|
|
select XILINX_ETHLITE
|
|
select XILINX_SPI
|
|
|
|
config XLNX_ZYNQMP_PMU
|
|
bool
|
|
default y
|
|
depends on MICROBLAZE
|
|
select XLNX_ZYNQMP
|