aboutsummaryrefslogtreecommitdiff
path: root/drivers/cache/Kconfig
diff options
context:
space:
mode:
authorLey Foon Tan <ley.foon.tan@intel.com>2019-11-27 15:55:24 +0800
committerMarek Vasut <marex@denx.de>2020-01-07 14:38:33 +0100
commitfec7ddc1907c1c86be6849de0fab7466b79cd834 (patch)
treedcaccf9cdee76d3a6b260ba2811adc4758a912de /drivers/cache/Kconfig
parentb4a20cb3002532bf3e6b1e496eacefafa4af2978 (diff)
downloadu-boot-fec7ddc1907c1c86be6849de0fab7466b79cd834.zip
u-boot-fec7ddc1907c1c86be6849de0fab7466b79cd834.tar.gz
u-boot-fec7ddc1907c1c86be6849de0fab7466b79cd834.tar.bz2
cache: Add Arteris Ncore cache coherent unit driver
Add Cache Coherency Unit (CCU) driver. CCU is to ensures consistency of shared data between multi masters in the system. Driver initializes CCU's directories and coherency agent interfaces in CCU IP. Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com> Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Diffstat (limited to 'drivers/cache/Kconfig')
-rw-r--r--drivers/cache/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/cache/Kconfig b/drivers/cache/Kconfig
index 629039e..1e452ad 100644
--- a/drivers/cache/Kconfig
+++ b/drivers/cache/Kconfig
@@ -31,4 +31,12 @@ config V5L2_CACHE
It will configure tag and data ram timing control from the
device tree and enable L2 cache.
+config NCORE_CACHE
+ bool "Arteris Ncore cache coherent unit driver"
+ select CACHE
+ help
+ This driver is for the Arteris Ncore cache coherent unit (CCU)
+ controller. The driver initializes cache directories and coherent
+ agent interfaces.
+
endmenu