diff options
| author | Kaustabh Chakraborty <[email protected]> | 2026-01-24 22:28:24 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-01-29 09:59:57 -0600 |
| commit | 7c612df6a4007e3545c33c020210df61826b8788 (patch) | |
| tree | 51eaba8d2ab1fd176f493096575a387962997a71 | |
| parent | d8d9421c5cc9c5bca710a082d771e75ad2aa9117 (diff) | |
dts: add Exynos vendor support for OF_UPSTREAM_VENDOR
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
| -rw-r--r-- | dts/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dts/Kconfig b/dts/Kconfig index 870f75ad3ec..af8d30b45ab 100644 --- a/dts/Kconfig +++ b/dts/Kconfig @@ -124,6 +124,8 @@ config OF_UPSTREAM_VENDOR 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. |
