diff options
author | Colin Cross <ccross@android.com> | 2013-12-13 19:26:19 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-12-14 08:59:53 -0800 |
commit | 797e88be2f3e928fe5d8498f42a65a6e77b09c29 (patch) | |
tree | b4e3acb32a7bdc3c5376f9c0f28300b50445e35f | |
parent | ea725ec8b1d2a5f6a46dd45174fcd6a5f8c9dd5b (diff) | |
download | linux-stable-797e88be2f3e928fe5d8498f42a65a6e77b09c29.tar.gz linux-stable-797e88be2f3e928fe5d8498f42a65a6e77b09c29.tar.bz2 linux-stable-797e88be2f3e928fe5d8498f42a65a6e77b09c29.zip |
ion: drop dependency on ARM
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>
-rw-r--r-- | drivers/staging/android/ion/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/android/ion/Kconfig b/drivers/staging/android/ion/Kconfig index 6a5d8cfe7935..3215bd8fb458 100644 --- a/drivers/staging/android/ion/Kconfig +++ b/drivers/staging/android/ion/Kconfig @@ -1,6 +1,5 @@ menuconfig ION tristate "Ion Memory Manager" - depends on ARM select GENERIC_ALLOCATOR select DMA_SHARED_BUFFER help |