Kconfig (6889ca7198f68691ddd7923268040eb7f4e6d3ff) | Kconfig (d9ae52c8f081e30cfceafc0ddb7f29d4ecd36d00) |
---|---|
1menu "ARM architecture" 2 depends on ARM 3 4config SYS_ARCH 5 default "arm" 6 7config ARM64 8 bool --- 539 unchanged lines hidden (view full) --- 548 bool "Xilinx Zynq Platform" 549 select CPU_V7 550 select SUPPORT_SPL 551 select OF_CONTROL 552 select SPL_OF_CONTROL 553 select DM 554 select DM_ETH 555 select SPL_DM | 1menu "ARM architecture" 2 depends on ARM 3 4config SYS_ARCH 5 default "arm" 6 7config ARM64 8 bool --- 539 unchanged lines hidden (view full) --- 548 bool "Xilinx Zynq Platform" 549 select CPU_V7 550 select SUPPORT_SPL 551 select OF_CONTROL 552 select SPL_OF_CONTROL 553 select DM 554 select DM_ETH 555 select SPL_DM |
556 select DM_MMC |
|
556 select DM_SPI 557 select DM_SERIAL 558 select DM_SPI_FLASH 559 select SPL_SEPARATE_BSS 560 561config ARCH_ZYNQMP 562 bool "Support Xilinx ZynqMP Platform" 563 select ARM64 564 select DM 565 select OF_CONTROL 566 select DM_ETH | 557 select DM_SPI 558 select DM_SERIAL 559 select DM_SPI_FLASH 560 select SPL_SEPARATE_BSS 561 562config ARCH_ZYNQMP 563 bool "Support Xilinx ZynqMP Platform" 564 select ARM64 565 select DM 566 select OF_CONTROL 567 select DM_ETH |
568 select DM_MMC |
|
567 select DM_SERIAL 568 569config TEGRA 570 bool "NVIDIA Tegra" 571 572config TARGET_VEXPRESS64_AEMV8A 573 bool "Support vexpress_aemv8a" 574 select ARM64 --- 270 unchanged lines hidden --- | 569 select DM_SERIAL 570 571config TEGRA 572 bool "NVIDIA Tegra" 573 574config TARGET_VEXPRESS64_AEMV8A 575 bool "Support vexpress_aemv8a" 576 select ARM64 --- 270 unchanged lines hidden --- |