From 313e41d0be434d89f07727bfec48135f49cdf072 Mon Sep 17 00:00:00 2001 From: John Stultz Date: Thu, 14 Mar 2013 17:50:50 -0700 Subject: ion: Add Kconfig dependency to ARM MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The ion code has some very specific arm-isms which keeps it from building on other architectures. These should probably be resolved, but in the mean time, add a dependency on CONFIG_ARM to avoid build failures. v2: Fix earlier flub, sending out an early untested version of the patch. Change-Id: I5979af1ad59d1eeddd9e08763b1cbc946cf82339 Cc: Arve Hjønnevåg Cc: Rebecca Schultz Zavin Cc: Android Kernel Team Signed-off-by: John Stultz --- drivers/gpu/ion/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/ion/Kconfig b/drivers/gpu/ion/Kconfig index b5bfdb47fd0..c62f2cbb9e8 100644 --- a/drivers/gpu/ion/Kconfig +++ b/drivers/gpu/ion/Kconfig @@ -1,5 +1,6 @@ menuconfig ION tristate "Ion Memory Manager" + depends on ARM select GENERIC_ALLOCATOR select DMA_SHARED_BUFFER help -- cgit v1.2.3