diff options
author | Rob Herring <robh@kernel.org> | 2018-03-05 13:29:46 -0600 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2018-03-05 13:29:46 -0600 |
commit | b46c78661c42cb8b07eb213104c79cbab8ea7e0d (patch) | |
tree | 332c5b04b1d8c64831780b2188833720b4f3c1ac /drivers/of/Kconfig | |
parent | c11e6f0f04dbc5e0384e7d530b024b2e3ae4bb17 (diff) | |
parent | e547c0031697a0cb5ff7f4a66754fb3e082754ff (diff) | |
download | linux-b46c78661c42cb8b07eb213104c79cbab8ea7e0d.tar.bz2 |
Merge tag 'overlay_apply_fdt_v7-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/frowand/linux into dt/next
DT overlay applying rework from Frank Rowand:
"Move duplicating and unflattening of an overlay flattened devicetree
(FDT) into the overlay application code. To accomplish this,
of_overlay_apply() is replaced by of_overlay_fdt_apply()."
Diffstat (limited to 'drivers/of/Kconfig')
-rw-r--r-- | drivers/of/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/of/Kconfig b/drivers/of/Kconfig index 783e0870bd22..ad3fcad4d75b 100644 --- a/drivers/of/Kconfig +++ b/drivers/of/Kconfig @@ -92,6 +92,7 @@ config OF_RESOLVE config OF_OVERLAY bool "Device Tree overlays" select OF_DYNAMIC + select OF_FLATTREE select OF_RESOLVE help Overlays are a method to dynamically modify part of the kernel's |