summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2014-02-11 11:23:57 -0800
committerAndrey Konovalov <andrey.konovalov@linaro.org>2014-09-26 16:33:16 +0400
commita48a5b53bd36782522954d27cce10739d20edbc4 (patch)
tree890d97d5483dd07d190dfba8cb19e92ced6bf3d9
parentafbf3d1c35fba7e98764eb99c00cdf273edffa42 (diff)
configs: android: Add ION configs to android framgment
In order to make sure we build ION in future builds, enable ION core as well as the test and dummy drivers. Cc: Amit Pundir <amit.pundir@linaro.org> Cc: Fathi Boudra <fathi.boudra@linaro.org> Cc: Andrey Konovalov <andrey.konovalov@linaro.org> Signed-off-by: John Stultz <john.stultz@linaro.org>
-rw-r--r--linaro/configs/android.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/linaro/configs/android.conf b/linaro/configs/android.conf
index f99efdff247..1de2c978441 100644
--- a/linaro/configs/android.conf
+++ b/linaro/configs/android.conf
@@ -32,3 +32,6 @@ CONFIG_CPU_FREQ_DEFAULT_GOV_INTERACTIVE=y
CONFIG_SYNC=y
CONFIG_SW_SYNC=y
CONFIG_SW_SYNC_USER=y
+CONFIG_ION=y
+CONFIG_ION_TEST=y
+CONFIG_ION_DUMMY=y