Prepare v2023.10
[platform/kernel/u-boot.git] / arch / arm / mach-rmobile / Kconfig.64
1 if RCAR_64
2
3 config SYS_MALLOC_F_LEN
4         default 0x8000 if RCAR_64
5
6 config OF_LIBFDT_OVERLAY
7         default y if RCAR_64
8
9 source "arch/arm/mach-rmobile/Kconfig.rcar3"
10 source "arch/arm/mach-rmobile/Kconfig.rcar4"
11
12 endif