diff mbox

configs: android: Add ION configs to android framgment

Message ID 1392146637-10079-1-git-send-email-john.stultz@linaro.org
State Accepted
Headers show

Commit Message

John Stultz Feb. 11, 2014, 7:23 p.m. UTC
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>

---
 linaro/configs/android.conf | 3 +++
 1 file changed, 3 insertions(+)
diff mbox

Patch

diff --git a/linaro/configs/android.conf b/linaro/configs/android.conf
index f99efdf..1de2c97 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