]> Pileus Git - ~andy/linux/commitdiff
ion: drop dependency on ARM
authorColin Cross <ccross@android.com>
Sat, 14 Dec 2013 03:26:19 +0000 (19:26 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 14 Dec 2013 16:59:53 +0000 (08:59 -0800)
Ion will compile and run on other platforms now, remove the
dependency on ARM.

Signed-off-by: Colin Cross <ccross@android.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/ion/Kconfig

index 6a5d8cfe79357793977771d31d503fbe28c42c1b..3215bd8fb4586b954dc831b9da4230d7fc4f5644 100644 (file)
@@ -1,6 +1,5 @@
 menuconfig ION
        tristate "Ion Memory Manager"
-       depends on ARM
        select GENERIC_ALLOCATOR
        select DMA_SHARED_BUFFER
        help