From 5c9c71b660a01d088ac66b7b8c1378915bcef68e Mon Sep 17 00:00:00 2001 From: Ley Foon Tan Date: Fri, 11 Oct 2019 13:48:33 +0800 Subject: spl: Allow cache drivers to be used in SPL Add an option for building cache drivers in SPL. Signed-off-by: Ley Foon Tan Reviewed-by: Tom Rini Reviewed-by: Simon Goldschmidt --- common/spl/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'common') diff --git a/common/spl/Kconfig b/common/spl/Kconfig index c527617..61488da 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -731,6 +731,12 @@ config SPL_UBI README.ubispl for more info. if SPL_DM +config SPL_CACHE + depends on CACHE + bool "Support cache drivers in SPL" + help + Enable support for cache drivers in SPL. + config SPL_DM_SPI bool "Support SPI DM drivers in SPL" help -- cgit v1.1