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

Commit c5285401 authored by Catalin Marinas's avatar Catalin Marinas
Browse files

ARM: RealView: Fix typo in the RealView/PBX Kconfig entry



A previous patch was introducing a SPARSEMEM dependency on
!HIGH_PHYS_OFFSET but it should actually be !REALVIEW_HIGH_PHYS_OFFSET.

Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 10b49683
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ config MACH_REALVIEW_PBX
	bool "Support RealView/PBX platform"
	select ARM_GIC
	select HAVE_PATA_PLATFORM
	select ARCH_SPARSEMEM_ENABLE if CPU_V7 && !HIGH_PHYS_OFFSET
	select ARCH_SPARSEMEM_ENABLE if CPU_V7 && !REALVIEW_HIGH_PHYS_OFFSET
	select ZONE_DMA if SPARSEMEM
	help
	  Include support for the ARM(R) RealView PBX platform.