summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-03-30 18:07:26 -0400
committerTom Rini <[email protected]>2022-04-08 10:46:22 -0400
commitf83f0cb4c723e7b8cc1c2ef39ebfa1fc848cff3d (patch)
treea771d5adbb07ac3de349bedb74a74964fb961d00 /arch
parent6c3c05f6a45ac38b0e4b5e08fd6dad69d1931c02 (diff)
microblaze: Migrate DCACHE/ICACHE to Kconfig
Move these two options to the arch Kconfig file. Cc: Michal Simek <[email protected]> Signed-off-by: Tom Rini <[email protected]> Acked-by: Michal Simek <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/microblaze/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig
index a25a95a0131..d7d1b219704 100644
--- a/arch/microblaze/Kconfig
+++ b/arch/microblaze/Kconfig
@@ -25,6 +25,14 @@ config TARGET_MICROBLAZE_GENERIC
endchoice
+config DCACHE
+ bool "Enable dcache support"
+ default y
+
+config ICACHE
+ bool "Enable icache support"
+ default y
+
source "board/xilinx/Kconfig"
source "board/xilinx/microblaze-generic/Kconfig"