treewide: move CONFIG_PHYS_64BIT to Kconfig
[platform/kernel/u-boot.git] / arch / arm / Kconfig
index 4a62d4b..29c54e5 100644 (file)
@@ -6,6 +6,7 @@ config SYS_ARCH
 
 config ARM64
        bool
+       select PHYS_64BIT
 
 config DMA_ADDR_T_64BIT
        bool
@@ -657,10 +658,13 @@ config ARCH_ZYNQ
        select DM_GPIO
        select SPL_DM if SPL
        select DM_MMC
+       select DM_MMC_OPS
        select DM_SPI
        select DM_SERIAL
        select DM_SPI_FLASH
        select SPL_SEPARATE_BSS if SPL
+       select DM_USB if USB
+       select BLK
 
 config ARCH_ZYNQMP
        bool "Support Xilinx ZynqMP Platform"
@@ -671,6 +675,7 @@ config ARCH_ZYNQMP
        select SUPPORT_SPL
        select CLK
        select SPL_CLK
+       select DM_USB if USB
 
 config TEGRA
        bool "NVIDIA Tegra"