configs: socfpga: add imply pl310 cache controller
authorDinh Nguyen <dinguyen@kernel.org>
Tue, 23 Apr 2019 21:55:06 +0000 (16:55 -0500)
committerTom Rini <trini@konsulko.com>
Sun, 5 May 2019 12:48:50 +0000 (08:48 -0400)
Select the PL310 UCLASS_CACHE driver for SoCFPGA.

Reviewed-by: Marek Vasut <marex@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm/Kconfig

index 49f01f1ff17ddbc331525a3af441d888aefecf28..5be959bf8b8cb8aa4c43aad8b13cd34da8558c80 100644 (file)
@@ -847,6 +847,7 @@ config ARCH_SOCFPGA
        imply SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION_TYPE
        imply SPL_SPI_FLASH_SUPPORT
        imply SPL_SPI_SUPPORT
+       imply L2X0_CACHE
 
 config ARCH_SUNXI
        bool "Support sunxi (Allwinner) SoCs"