From patchwork Wed Feb 3 18:00:01 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Grant Likely X-Patchwork-Id: 61116 Delivered-To: patch@linaro.org Received: by 10.112.43.199 with SMTP id y7csp447676lbl; Wed, 3 Feb 2016 10:01:31 -0800 (PST) X-Received: by 10.98.43.73 with SMTP id r70mr4293695pfr.4.1454522491786; Wed, 03 Feb 2016 10:01:31 -0800 (PST) Return-Path: Received: from bombadil.infradead.org (bombadil.infradead.org. [2001:1868:205::9]) by mx.google.com with ESMTPS id qm5si10615780pac.13.2016.02.03.10.01.31 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 03 Feb 2016 10:01:31 -0800 (PST) Received-SPF: pass (google.com: domain of linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 2001:1868:205::9 as permitted sender) client-ip=2001:1868:205::9; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 2001:1868:205::9 as permitted sender) smtp.mailfrom=linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org; dkim=neutral (body hash did not verify) header.i=@secretlab-ca.20150623.gappssmtp.com Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1aR1jD-0001td-Gn; Wed, 03 Feb 2016 18:00:31 +0000 Received: from mail-wm0-x22a.google.com ([2a00:1450:400c:c09::22a]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1aR1j8-0000tB-Gc for linux-arm-kernel@lists.infradead.org; Wed, 03 Feb 2016 18:00:28 +0000 Received: by mail-wm0-x22a.google.com with SMTP id l66so82452157wml.0 for ; Wed, 03 Feb 2016 10:00:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=secretlab-ca.20150623.gappssmtp.com; s=20150623; h=sender:from:to:cc:subject:date:message-id; bh=41/AGFeo9ZKdmhCzlYmRoXkn+xC6HixgqS29XubEKCk=; b=ZZ+Ou9+NnsGkHoGHc8NEr8j77BCLBUNRnuHjK9oolaxLtKVWj/n/WaDkSzSZQP3NU6 Ee/yYra7h9DCrK0RhoUmaIlQ2lZrMzxWO1G+losmuVaLTeBFm8zbI8g8pNf13qpdNltm TBZQYbwqkhL5YvEV9pEfXI4MfdLXpNSc1ZC+jQl+al36Exa9J54IBY0K3jeSQBDFNMv6 O8hPvDjBizy+qZO5WcXqxY3wl9XzzTP4YQkEdgwJJ3rqoWLCPIczuqaXxGUd/x4Tijm4 R8mvg5JvzrzXrXrgU1Rk3sYqP7JE7vBXmruI3ccXKceqBk9NmdDYZ8dGAMoL9m+T6T0U N2kg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id; bh=41/AGFeo9ZKdmhCzlYmRoXkn+xC6HixgqS29XubEKCk=; b=fWGEMg34PNQzC8MZU32Rfy0g1vs6/D2LZQARKO2OJ15yLgsDBJ6qN5IBI2FfJyUKy3 xC12KEsT6kV1/PGe6Hix14Fp49lEtxxzUg5PAPTwhqYSmSFnHtgprmnSm4EaHVHgWxl3 HXiYYMALNB05iftYAUFPFNwDqMgswEXS8TS8Ojh6K5DKEHPu3BJjAZCJlX8gQQDvrM1O CRDRnmVvkZ6aW76ZnspPi7bScRt5fYG6Nq3y9CM4JYJfig8v+aAmlhZ6KVI0tTT7iy6z gy4b8dCv0L6FWmnLblpAzKfcjZ0VkOu8sDpWpmqqh8CnsXRU1XaMeR6DkdaGs8JVykoH rtWg== X-Gm-Message-State: AG10YOQaX/FxIieL2CM6SaoxIzKaBzQ+jQN2hfTfWXS4VZLdqDJG8ie3bzHPib0xOGnB9A== X-Received: by 10.194.216.100 with SMTP id op4mr3142178wjc.85.1454522404305; Wed, 03 Feb 2016 10:00:04 -0800 (PST) Received: from trevor.secretlab.ca (host86-152-244-104.range86-152.btcentralplus.com. [86.152.244.104]) by smtp.gmail.com with ESMTPSA id y188sm8976229wmy.11.2016.02.03.10.00.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 03 Feb 2016 10:00:03 -0800 (PST) Received: by trevor.secretlab.ca (Postfix, from userid 1000) id 65637C43A3C; Wed, 3 Feb 2016 18:00:02 +0000 (GMT) From: Grant Likely To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] aarch64: Enable i2c chardev in defconfig Date: Wed, 3 Feb 2016 18:00:01 +0000 Message-Id: <1454522401-3729-1-git-send-email-grant.likely@linaro.org> X-Mailer: git-send-email 2.5.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160203_100026_783425_A1BA7A51 X-CRM114-Status: GOOD ( 10.57 ) X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.4.0 on bombadil.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [2a00:1450:400c:c09:0:0:0:22a listed in] [list.dnswl.org] 0.0 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Grant Likely , Catalin Marinas , Will Deacon MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org The I2C character device is commonly used, and should be enabled by default. Add it to the defconfig. Signed-off-by: Grant Likely Cc: Catalin Marinas Cc: Will Deacon --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) -- 2.5.0 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index d63b6e3797b6..3c26e587a264 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -147,6 +147,7 @@ CONFIG_SERIAL_XILINX_PS_UART=y CONFIG_SERIAL_XILINX_PS_UART_CONSOLE=y CONFIG_VIRTIO_CONSOLE=y # CONFIG_HW_RANDOM is not set +CONFIG_I2C_CHARDEV=y CONFIG_I2C_DESIGNWARE_PLATFORM=y CONFIG_I2C_QUP=y CONFIG_SPI=y