From: Mark Brown Date: Mon, 9 Dec 2013 11:48:23 +0000 (+0000) Subject: configs: Enable ION in Android builds X-Git-Tag: firefly_0821_release~3680^2~164^2~3 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=474764b749db3d788cb4bf4ba5c91a51ea6cbf56;p=firefly-linux-kernel-4.4.55.git configs: Enable ION in Android builds We don't have any devices that usefully use ION but this at least ensures that we have build coverage. Signed-off-by: Mark Brown --- diff --git a/linaro/configs/android.conf b/linaro/configs/android.conf index bb90ecd9e162..538adefff80f 100644 --- a/linaro/configs/android.conf +++ b/linaro/configs/android.conf @@ -29,3 +29,4 @@ CONFIG_BLK_DEV_RAM_SIZE=16384 CONFIG_FUSE_FS=y CONFIG_CPU_FREQ_GOV_INTERACTIVE=y CONFIG_CPU_FREQ_DEFAULT_GOV_INTERACTIVE=y +CONFIG_ION=y