Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 34e04eed authored by Christoph Hellwig's avatar Christoph Hellwig
Browse files

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: default avatarChristoph Hellwig <hch@lst.de>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
parent 2b281296
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -45,7 +45,6 @@ config ARC
	select MODULES_USE_ELF_RELA
	select OF
	select OF_EARLY_FLATTREE
	select OF_RESERVED_MEM
	select PCI_SYSCALL if PCI
	select PERF_USE_VMALLOC if ARC_CACHE_VIPT_ALIASING

+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -165,7 +165,6 @@ config ARM64
	select NEED_SG_DMA_LENGTH
	select OF
	select OF_EARLY_FLATTREE
	select OF_RESERVED_MEM
	select PCI_DOMAINS_GENERIC if PCI
	select PCI_ECAM if (ACPI && PCI)
	select PCI_SYSCALL if PCI
+0 −1
Original line number Diff line number Diff line
@@ -42,7 +42,6 @@ config CSKY
	select MODULES_USE_ELF_RELA if MODULES
	select OF
	select OF_EARLY_FLATTREE
	select OF_RESERVED_MEM
	select PERF_USE_VMALLOC if CPU_CK610
	select RTC_LIB
	select TIMER_OF
+0 −1
Original line number Diff line number Diff line
@@ -233,7 +233,6 @@ config PPC
	select NEED_SG_DMA_LENGTH
	select OF
	select OF_EARLY_FLATTREE
	select OF_RESERVED_MEM
	select OLD_SIGACTION			if PPC32
	select OLD_SIGSUSPEND
	select PCI_DOMAINS			if PCI
Loading