summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2019-02-01 10:10:52 +0100
committerChristoph Hellwig <hch@lst.de>2019-02-13 19:19:47 +0100
commit34e04eedd1cf1be714abb0e5976338cc72ccc05f (patch)
tree33b8db35bc620fc1c845e361fc2ae5e72d9d3770 /arch/xtensa
parent2b2812961302c38500c1027778e371c895f1cac4 (diff)
downloadlinux-0-day-34e04eedd1cf1be714abb0e5976338cc72ccc05f.tar.gz
linux-0-day-34e04eedd1cf1be714abb0e5976338cc72ccc05f.tar.xz
of: select OF_RESERVED_MEM automatically
The OF_RESERVED_MEM can be used if we have either CMA or the generic declare coherent code built and we support the early flattened DT. So don't bother making it a user visible options that is selected by most configs that fit the above category, but just select it when the requirements are met. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'arch/xtensa')
-rw-r--r--arch/xtensa/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig
index 20a0756f27eff..e242a405151e8 100644
--- a/arch/xtensa/Kconfig
+++ b/arch/xtensa/Kconfig
@@ -447,7 +447,6 @@ config USE_OF
bool "Flattened Device Tree support"
select OF
select OF_EARLY_FLATTREE
- select OF_RESERVED_MEM
help
Include support for flattened device tree machine descriptions.