diff options
author | Andy Fleming <afleming@gmail.com> | 2016-03-17 00:15:44 -0400 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2016-04-07 08:45:59 -0400 |
commit | a0d284d2b1d9f7453ff1c5cc7854219daf4f7590 (patch) | |
tree | cddc22ef60b95af01692667677c095f6b2e58cc8 /drivers/iommu/Kconfig | |
parent | 9735a22799b9214d17d3c231fe377fc852f042e9 (diff) |
powerpc: Fix incorrect PPC32 PAMU dependency
The Freescale PAMU can be enabled on both 32 and 64-bit
Power chips. Commit 477ab7a19ce restricted PAMU to PPC32.
PPC covers both.
Signed-off-by: Andy Fleming <afleming@gmail.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/iommu/Kconfig')
-rw-r--r-- | drivers/iommu/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig index dd1dc39f84ff..e0dfb8676d61 100644 --- a/drivers/iommu/Kconfig +++ b/drivers/iommu/Kconfig | |||
@@ -76,8 +76,7 @@ config IOMMU_DMA | |||
76 | 76 | ||
77 | config FSL_PAMU | 77 | config FSL_PAMU |
78 | bool "Freescale IOMMU support" | 78 | bool "Freescale IOMMU support" |
79 | depends on PPC32 | 79 | depends on PPC_E500MC || (COMPILE_TEST && PPC) |
80 | depends on PPC_E500MC || COMPILE_TEST | ||
81 | select IOMMU_API | 80 | select IOMMU_API |
82 | select GENERIC_ALLOCATOR | 81 | select GENERIC_ALLOCATOR |
83 | help | 82 | help |