From f83f0cb4c723e7b8cc1c2ef39ebfa1fc848cff3d Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 30 Mar 2022 18:07:26 -0400 Subject: microblaze: Migrate DCACHE/ICACHE to Kconfig Move these two options to the arch Kconfig file. Cc: Michal Simek Signed-off-by: Tom Rini Acked-by: Michal Simek --- arch/microblaze/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'arch') 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" -- cgit v1.3.1