Merged into kernel/configs.git, config-core-tracking and config-core-3.14 branches.
Thanks, Andrey
On 02/11/2014 11:23 PM, John Stultz wrote:
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 --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