From: Peter Robinson Date: Tue, 30 Dec 2014 06:20:27 +0000 (+0000) Subject: ARM: dts: Only build dtb if associated Arch and/or SoC is enabled X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~70^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb612390e5469186301a7856116fcdbfd9fb3c90;p=pandora-kernel.git ARM: dts: Only build dtb if associated Arch and/or SoC is enabled A number of arches (EXYNOS/IMX/TEGRA) are separated out into finer grained definitions whether it be sub ARCH or SOC definitions. The device tree blobs should only be built if the specific option is enabled that supports that device or it might be that there's an expectation that the device is supported when in actual fact it's not. This ensures only the relevant bits are built. Also standardised the line break between the arch/soc definitions and the dtbs to be on separate lines for better consistency as per feedback. Signed-off-by: Peter Robinson Reviewed-by: Lucas Stach Acked-by: Thierry Reding Acked-by: Stephen Warren Acked-by: Shawn Guo [olof: Fixed stray \ in one of the IMX rules] Signed-off-by: Olof Johansson --- Reading git-diff-tree failed