aboutsummaryrefslogtreecommitdiff
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-02-12 17:02:26 +0400
commit9d470d0bce974c4760ec660aad19463ffa5e0e61 (patch)
tree92d23821d1b48f643409c327b6a3d5c17cf80308
parentf00472514bcc4bd314babee7f9fb5fa16354c60a (diff)
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 f99efdff247c..1de2c978441a 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