arm64: add better and more generic spin-table support
[oweals/u-boot.git] / arch / arm / Kconfig
index 3237a74f722358bdb76207fa0244eeb1fb3a403f..585b408ee37001107203ad277c6b7bf442048355 100644 (file)
@@ -842,7 +842,18 @@ config ARCH_ROCKCHIP
        select SPL
        select OF_CONTROL
        select CPU_V7
+       select BLK
        select DM
+       select SPL_DM
+       select SYS_MALLOC_F
+       select SPL_SYS_MALLOC_SIMPLE
+       select DM_GPIO
+       select DM_I2C
+       select DM_MMC
+       select DM_MMC_OPS
+       select DM_SERIAL
+       select DM_SPI
+       select DM_SPI_FLASH
 
 config TARGET_THUNDERX_88XX
        bool "Support ThunderX 88xx"