|
@@ -813,6 +813,8 @@ config ARM_L1_CACHE_SHIFT
|
|
|
|
|
|
config ARM_DMA_MEM_BUFFERABLE
|
|
config ARM_DMA_MEM_BUFFERABLE
|
|
bool "Use non-cacheable memory for DMA" if CPU_V6 && !CPU_V7
|
|
bool "Use non-cacheable memory for DMA" if CPU_V6 && !CPU_V7
|
|
|
|
+ depends on !(MACH_REALVIEW_PB1176 || REALVIEW_EB_ARM11MP || \
|
|
|
|
+ MACH_REALVIEW_PB11MP)
|
|
default y if CPU_V6 || CPU_V7
|
|
default y if CPU_V6 || CPU_V7
|
|
help
|
|
help
|
|
Historically, the kernel has used strongly ordered mappings to
|
|
Historically, the kernel has used strongly ordered mappings to
|