diff options
Diffstat (limited to 'arch/mips/cavium-octeon/Kconfig')
-rw-r--r-- | arch/mips/cavium-octeon/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/mips/cavium-octeon/Kconfig b/arch/mips/cavium-octeon/Kconfig index 47323ca452d..475156b0c80 100644 --- a/arch/mips/cavium-octeon/Kconfig +++ b/arch/mips/cavium-octeon/Kconfig | |||
@@ -87,3 +87,15 @@ config ARCH_SPARSEMEM_ENABLE | |||
87 | config CAVIUM_OCTEON_HELPER | 87 | config CAVIUM_OCTEON_HELPER |
88 | def_bool y | 88 | def_bool y |
89 | depends on OCTEON_ETHERNET || PCI | 89 | depends on OCTEON_ETHERNET || PCI |
90 | |||
91 | config IOMMU_HELPER | ||
92 | bool | ||
93 | |||
94 | config NEED_SG_DMA_LENGTH | ||
95 | bool | ||
96 | |||
97 | config SWIOTLB | ||
98 | def_bool y | ||
99 | depends on CPU_CAVIUM_OCTEON | ||
100 | select IOMMU_HELPER | ||
101 | select NEED_SG_DMA_LENGTH | ||