mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-04 15:27:19 +00:00
There are multiple shared Kconfig options between R-Car Gen3 and Gen4. Keep the common options in Kconfig.64 and move the R-Car Gen3 specific options into separate Kconfig.rcar3 . The Kconfig.rcar3 contains SoC and board list, which is limited to R-Car Gen3. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
11 lines
164 B
Text
11 lines
164 B
Text
if RCAR_64
|
|
|
|
config SYS_MALLOC_F_LEN
|
|
default 0x8000 if RCAR_64
|
|
|
|
config OF_LIBFDT_OVERLAY
|
|
default y if RCAR_64
|
|
|
|
source "arch/arm/mach-rmobile/Kconfig.rcar3"
|
|
|
|
endif
|