From patchwork Tue Feb 11 23:22:36 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Stultz X-Patchwork-Id: 24506 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-yh0-f71.google.com (mail-yh0-f71.google.com [209.85.213.71]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id A7956206FF for ; Tue, 11 Feb 2014 23:23:03 +0000 (UTC) Received: by mail-yh0-f71.google.com with SMTP id z6sf19986291yhz.10 for ; Tue, 11 Feb 2014 15:23:02 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:delivered-to:from:to:cc:subject :date:message-id:x-original-sender:x-original-authentication-results :precedence:mailing-list:list-id:list-post:list-help:list-archive :list-unsubscribe; bh=YVMSgEb0g3a6GJL40dm5jcbnpO4PJ9PF/o8JqYpYe8c=; b=YCWO0GC+GrwSVaCYbQN+iXiRWG4L2CSiVUuhlrZGA1SIXHLJXZeM6hrLo30FyR3ctd 9ADeOzMqksgOHxVE0IIPgHZXHra/4qqbSNo9hXktjP5XZgvF1OIk9Y2fVPYysZuCk6d+ kWrQwCpqEHgLtXN99EnCHITkjx0AxlNxvsCBxmHLvf03nRpk27ZOOhkJ9TWQnf3XMkc4 /OLb1BwAY3h1LbXQ4yobU40SOqEDhWmciiSKMyjo8t42zy4NEXbon2tx2yGw+3iR7Knl bx1rmroJfXsIVjCBWyd1nYzoa2h2U41EXOK9ccAHE9khPJqJLhxuk1JtUaBYB1OAeNwM fWnQ== X-Gm-Message-State: ALoCoQmzrxCyJYyIgJXLbMUm5unIc08APFxVEoDXPGltq/J7EYDSjFbsgJHTnsUDy0ur6KqUbCWt X-Received: by 10.58.120.76 with SMTP id la12mr538889veb.21.1392160982470; Tue, 11 Feb 2014 15:23:02 -0800 (PST) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.140.34.76 with SMTP id k70ls2601882qgk.30.gmail; Tue, 11 Feb 2014 15:23:02 -0800 (PST) X-Received: by 10.221.66.73 with SMTP id xp9mr3094143vcb.27.1392160982336; Tue, 11 Feb 2014 15:23:02 -0800 (PST) Received: from mail-vb0-f52.google.com (mail-vb0-f52.google.com [209.85.212.52]) by mx.google.com with ESMTPS id yt16si6581276vcb.42.2014.02.11.15.23.02 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 11 Feb 2014 15:23:02 -0800 (PST) Received-SPF: neutral (google.com: 209.85.212.52 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) client-ip=209.85.212.52; Received: by mail-vb0-f52.google.com with SMTP id p14so6276483vbm.25 for ; Tue, 11 Feb 2014 15:23:02 -0800 (PST) X-Received: by 10.58.161.227 with SMTP id xv3mr126107veb.31.1392160982246; Tue, 11 Feb 2014 15:23:02 -0800 (PST) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patches@linaro.org Received: by 10.220.174.196 with SMTP id u4csp8698vcz; Tue, 11 Feb 2014 15:23:01 -0800 (PST) X-Received: by 10.67.14.231 with SMTP id fj7mr34921236pad.115.1392160981422; Tue, 11 Feb 2014 15:23:01 -0800 (PST) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx.google.com with ESMTPS id x3si20486132pbk.233.2014.02.11.15.22.43 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 11 Feb 2014 15:23:01 -0800 (PST) Received-SPF: neutral (google.com: 209.85.160.54 is neither permitted nor denied by best guess record for domain of john.stultz@linaro.org) client-ip=209.85.160.54; Received: by mail-pb0-f54.google.com with SMTP id uo5so8347332pbc.41 for ; Tue, 11 Feb 2014 15:22:43 -0800 (PST) X-Received: by 10.66.221.103 with SMTP id qd7mr35094165pac.44.1392160962894; Tue, 11 Feb 2014 15:22:42 -0800 (PST) Received: from localhost.localdomain (c-67-170-153-23.hsd1.or.comcast.net. [67.170.153.23]) by mx.google.com with ESMTPSA id qh2sm146025471pab.13.2014.02.11.15.22.41 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 11 Feb 2014 15:22:42 -0800 (PST) From: John Stultz To: Mark Brown Cc: John Stultz Subject: [PATCH] configs: android: Enable ION dummy driver for lsk Date: Tue, 11 Feb 2014 15:22:36 -0800 Message-Id: <1392160956-11039-1-git-send-email-john.stultz@linaro.org> X-Mailer: git-send-email 1.8.3.2 X-Removed-Original-Auth: Dkim didn't pass. X-Original-Sender: john.stultz@linaro.org X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.212.52 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Precedence: list Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org List-ID: X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , Enable the ION_DUMMY driver config for lsk Signed-off-by: John Stultz --- linaro/configs/android.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/linaro/configs/android.conf b/linaro/configs/android.conf index 0062c61..e1bf601 100644 --- a/linaro/configs/android.conf +++ b/linaro/configs/android.conf @@ -34,6 +34,7 @@ CONFIG_SYNC=y CONFIG_SW_SYNC=y CONFIG_SW_SYNC_USER=y CONFIG_ION_TEST=y +CONFIG_ION_DUMMY=y CONFIG_ADF=y CONFIG_ADF_FBDEV=y CONFIG_ADF_MEMBLOCK=y