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

Commit a0d284d2 authored by Andy Fleming's avatar Andy Fleming Committed by Joerg Roedel
Browse files

powerpc: Fix incorrect PPC32 PAMU dependency



The Freescale PAMU can be enabled on both 32 and 64-bit
Power chips. Commit 477ab7a1 restricted PAMU to PPC32.
PPC covers both.

Signed-off-by: default avatarAndy Fleming <afleming@gmail.com>
Signed-off-by: default avatarJoerg Roedel <jroedel@suse.de>
parent 9735a227
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -76,8 +76,7 @@ config IOMMU_DMA

config FSL_PAMU
	bool "Freescale IOMMU support"
	depends on PPC32
	depends on PPC_E500MC || COMPILE_TEST
	depends on PPC_E500MC || (COMPILE_TEST && PPC)
	select IOMMU_API
	select GENERIC_ALLOCATOR
	help