VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Krzysztof Kozlowski <krzk@kernel.org> 2020-10-29 20:33:57 +0100 committer: Krzysztof Kozlowski <krzk@kernel.org> 2020-11-18 17:14:54 +0100 commit: 5445a0c0d3366358e7ac44efa108b6fd359873e3 parent: 02c02ddce4279adf0c4ddc4ab6d113084f36c6ac
Commit Summary:
memory: pl353-smc: fix compile test on !ARM_AMBA
Diffstat:
1 file changed, 2 insertions, 2 deletions
diff --git a/drivers/memory/Kconfig b/drivers/memory/Kconfig
index 00e013b14703..eebd2ddcd860 100644
--- a/drivers/memory/Kconfig
+++ b/drivers/memory/Kconfig
@@ -191,8 +191,8 @@ config DA8XX_DDRCTL
 config PL353_SMC
 	tristate "ARM PL35X Static Memory Controller(SMC) driver"
 	default y if ARM
-	depends on ARM
-	depends on ARM_AMBA || COMPILE_TEST
+	depends on ARM || COMPILE_TEST
+	depends on ARM_AMBA
 	help
 	  This driver is for the ARM PL351/PL353 Static Memory
 	  Controller(SMC) module.