mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 06:12:58 +00:00
f54eb0bad6
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
|