aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2013-03-14 17:50:50 -0700
committerArve Hjønnevåg <arve@android.com>2013-04-29 14:52:34 -0700
commit313e41d0be434d89f07727bfec48135f49cdf072 (patch)
tree335fbbd0e6247db0eafcb3c9921b9f4e731ce5c1
parentc0a93a19dea50d11720ff2d808ac90fd3a43baa9 (diff)
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 <arve@android.com> Cc: Rebecca Schultz Zavin <rebecca@android.com> Cc: Android Kernel Team <kernel-team@android.com> Signed-off-by: John Stultz <john.stultz@linaro.org>
-rw-r--r--drivers/gpu/ion/Kconfig1
1 files changed, 1 insertions, 0 deletions
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