From: Jaehoon Chung Date: Mon, 8 Jan 2024 04:59:18 +0000 (+0900) Subject: soc: sifivie: Kconfig: Fix the dependeny issue X-Git-Tag: accepted/tizen/unified/riscv/20240116.075552~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F16%2F303916%2F1;p=platform%2Fkernel%2Flinux-starfive.git soc: sifivie: Kconfig: Fix the dependeny issue SIFIVE_FLUSH has a dependent with SIFIVE_CCACHE. To use SIFIVE_FLUSH, SIFIVE_CCACHE has to be enabled. Change-Id: I91402d7133dc5e8de36ad36f0fdaa8e2fc447ab6 Signed-off-by: Jaehoon Chung --- diff --git a/drivers/soc/sifive/Kconfig b/drivers/soc/sifive/Kconfig index c6e356edabb9..1c98de3f0fa0 100644 --- a/drivers/soc/sifive/Kconfig +++ b/drivers/soc/sifive/Kconfig @@ -8,6 +8,7 @@ config SIFIVE_CCACHE Support for the composable cache controller on SiFive platforms. config SIFIVE_FLUSH + depends on SIFIVE_CCACHE bool "Support Level 2 Cache Controller Flush operation of SiFive Soc" if SIFIVE_FLUSH