diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2012-05-22 02:55:43 -0400 |
---|---|---|
committer | Marek Szyprowski <m.szyprowski@samsung.com> | 2012-05-22 02:55:43 -0400 |
commit | 0f51596bd39a5c928307ffcffc9ba07f90f42a8b (patch) | |
tree | b636403815316ecad2170092b70f1079df260a95 /arch/arm/Kconfig | |
parent | 61f6c7a47a2f84b7ba4b65240ffe9247df772b06 (diff) | |
parent | 4ce63fcd919c32d22528e54dcd89506962933719 (diff) |
Merge branch 'for-next-arm-dma' into for-linus
Conflicts:
arch/arm/Kconfig
arch/arm/mm/dma-mapping.c
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index cbbbc45f6b67..24d3302a1b8e 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -4,6 +4,7 @@ config ARM | |||
4 | select HAVE_AOUT | 4 | select HAVE_AOUT |
5 | select HAVE_DMA_API_DEBUG | 5 | select HAVE_DMA_API_DEBUG |
6 | select HAVE_IDE if PCI || ISA || PCMCIA | 6 | select HAVE_IDE if PCI || ISA || PCMCIA |
7 | select HAVE_DMA_ATTRS | ||
7 | select HAVE_DMA_CONTIGUOUS if (CPU_V6 || CPU_V6K || CPU_V7) | 8 | select HAVE_DMA_CONTIGUOUS if (CPU_V6 || CPU_V6K || CPU_V7) |
8 | select CMA if (CPU_V6 || CPU_V6K || CPU_V7) | 9 | select CMA if (CPU_V6 || CPU_V6K || CPU_V7) |
9 | select HAVE_MEMBLOCK | 10 | select HAVE_MEMBLOCK |
@@ -47,6 +48,14 @@ config ARM | |||
47 | config ARM_HAS_SG_CHAIN | 48 | config ARM_HAS_SG_CHAIN |
48 | bool | 49 | bool |
49 | 50 | ||
51 | config NEED_SG_DMA_LENGTH | ||
52 | bool | ||
53 | |||
54 | config ARM_DMA_USE_IOMMU | ||
55 | select NEED_SG_DMA_LENGTH | ||
56 | select ARM_HAS_SG_CHAIN | ||
57 | bool | ||
58 | |||
50 | config HAVE_PWM | 59 | config HAVE_PWM |
51 | bool | 60 | bool |
52 | 61 | ||