| # Renesas ARM SoCs R-Car Gen3/Gen4 (64bit) |
| select POSITION_INDEPENDENT |
| imply CMD_MMC_SWRITE if MMC |
| imply SUPPORT_EMMC_RPMB if MMC |
| prompt "Target Renesas SoC select" |
| bool "Renesas ARM SoCs R-Car Gen1/Gen2 (32bit)" |
| bool "Renesas ARM SoCs R-Car Gen3 (64bit)" |
| imply SPL_LIBCOMMON_SUPPORT |
| imply SPL_LIBGENERIC_SUPPORT |
| imply SPL_SYS_MALLOC_SIMPLE |
| imply SPL_USE_TINY_PRINTF |
| prompt "Renesas ARM SoCs RZ/A1 (32bit)" |
| default "rmobile" if ARCH_RMOBILE |
| source "arch/arm/mach-rmobile/Kconfig.32" |
| source "arch/arm/mach-rmobile/Kconfig.64" |
| source "arch/arm/mach-rmobile/Kconfig.rza1" |