powerpc: Fix incorrect PPC32 PAMU dependency
The Freescale PAMU can be enabled on both 32 and 64-bit
Power chips. Commit 477ab7a19c
restricted PAMU to PPC32.
PPC covers both.
Signed-off-by: Andy Fleming <afleming@gmail.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
This commit is contained in:
parent
9735a22799
commit
a0d284d2b1
@ -76,8 +76,7 @@ config IOMMU_DMA
|
|||||||
|
|
||||||
config FSL_PAMU
|
config FSL_PAMU
|
||||||
bool "Freescale IOMMU support"
|
bool "Freescale IOMMU support"
|
||||||
depends on PPC32
|
depends on PPC_E500MC || (COMPILE_TEST && PPC)
|
||||||
depends on PPC_E500MC || COMPILE_TEST
|
|
||||||
select IOMMU_API
|
select IOMMU_API
|
||||||
select GENERIC_ALLOCATOR
|
select GENERIC_ALLOCATOR
|
||||||
help
|
help
|
||||||
|
Loading…
Reference in New Issue
Block a user