diff options
| author | Marek Vasut <[email protected]> | 2026-08-04 01:18:01 +0200 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2026-08-07 21:58:59 +0200 |
| commit | b612879480303940bd425a4a4e8dc6f7d93f7fd1 (patch) | |
| tree | 210159c57e74c07add3499872ede51c9b09eb472 | |
| parent | 844e134e9d21f657e0b69945cb2523d988da9bf2 (diff) | |
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 <[email protected]>
| -rw-r--r-- | configs/r8a78000_ironhide_cm33_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
