From b612879480303940bd425a4a4e8dc6f7d93f7fd1 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Tue, 4 Aug 2026 01:18:01 +0200 Subject: [PATCH] arm: renesas: Disable MMC support on R-Car R8A78000 X5H Cortex-M33 RSIP port Disable MMC support on R-Car R8A78000 X5H Cortex-M33 RSIP port. The MMC is never used by the RSIP core, disable the support. Signed-off-by: Marek Vasut --- configs/r8a78000_ironhide_cm33_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/r8a78000_ironhide_cm33_defconfig b/configs/r8a78000_ironhide_cm33_defconfig index 7ea3ae993ba..4b01d82647a 100644 --- a/configs/r8a78000_ironhide_cm33_defconfig +++ b/configs/r8a78000_ironhide_cm33_defconfig @@ -76,6 +76,7 @@ CONFIG_WDT_RENESAS_WWDT=y # CONFIG_BOARD_EARLY_INIT_F is not set # CONFIG_OF_BOARD_SETUP is not set # CONFIG_SYS_ARCH_TIMER is not set +# CONFIG_MMC is not set CONFIG_DEBUG_UART=y CONFIG_DEBUG_UART_SCIF=y