When building Exynos boards, configure OF_UPSTREAM_VENDOR to build all
device trees in:
- "samsung/" for 32-bit ARM platforms.
- "exynos/" for 64-bit ARM platforms.
Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
default "marvell" if ARCH_MVEBU || ARCH_KIRKWOOD
default "xilinx" if ARCH_VERSAL || ARCH_ZYNQ
default "nvidia" if ARCH_TEGRA
+ default "samsung" if ARCH_EXYNOS && 32BIT
+ default "exynos" if ARCH_EXYNOS && ARM64
help
Select the vendor to build all devicetree files for.