diff options
author | Christoph Hellwig <hch@lst.de> | 2019-02-01 10:10:52 +0100 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2019-02-13 19:19:47 +0100 |
commit | 34e04eedd1cf1be714abb0e5976338cc72ccc05f (patch) | |
tree | 33b8db35bc620fc1c845e361fc2ae5e72d9d3770 /arch/arm/Kconfig | |
parent | 2b2812961302c38500c1027778e371c895f1cac4 (diff) | |
download | linux-34e04eedd1cf1be714abb0e5976338cc72ccc05f.tar.bz2 |
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/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 4bb36ae71b14..e07e5c184d2f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -103,7 +103,6 @@ config ARM select MODULES_USE_ELF_REL select NEED_DMA_MAP_STATE select OF_EARLY_FLATTREE if OF - select OF_RESERVED_MEM if OF select OLD_SIGACTION select OLD_SIGSUSPEND3 select PCI_SYSCALL if PCI |