From: John Stultz Date: Fri, 15 Mar 2013 00:50:50 +0000 (-0700) Subject: ion: Add Kconfig dependency to ARM X-Git-Tag: firefly_0821_release~4090^2~526 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=eec9efad859572a51ece6c6eee6be4bd5977bc54;p=firefly-linux-kernel-4.4.55.git ion: Add Kconfig dependency to ARM 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 --- diff --git a/drivers/gpu/ion/Kconfig b/drivers/gpu/ion/Kconfig index b5bfdb47fd09..c62f2cbb9e89 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