diff options
author | Rob Herring <robh@kernel.org> | 2018-12-06 17:29:51 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2023-06-21 15:51:08 +0200 |
commit | 6a1d798feb65d2a67e6e2cafb0b0e4f430603226 (patch) | |
tree | 408d10e0040f5cfd425917524d8846bd5464560d /arch | |
parent | ARM: dts: Add .dts files missing from the build (diff) | |
download | linux-6a1d798feb65d2a67e6e2cafb0b0e4f430603226.tar.xz linux-6a1d798feb65d2a67e6e2cafb0b0e4f430603226.zip |
kbuild: Support flat DTBs install
In preparation to move Arm .dts files into sub-directories grouped
by vendor/family, the current flat tree of DTBs generated by
dtbs_install needs to be maintained. Moving the installed DTBs to
sub-directories would break various consumers using 'make dtbs_install'.
This is a NOP until sub-directories are introduced.
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 0fb4b218f665..47c1845f0b1b 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1460,6 +1460,9 @@ config USE_OF help Include support for flattened device tree machine descriptions. +config ARCH_WANT_FLAT_DTB_INSTALL + def_bool y + config ATAGS bool "Support for the traditional ATAGS boot data passing" default y |