From patchwork Fri Jan 11 14:17:53 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Pisati X-Patchwork-Id: 1023593 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 43blMR584tz9sNH; Sat, 12 Jan 2019 01:18:11 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1ghxdI-000589-0i; Fri, 11 Jan 2019 14:18:00 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1ghxdF-00056w-OT for kernel-team@lists.ubuntu.com; Fri, 11 Jan 2019 14:17:57 +0000 Received: from 1.general.ppisati.uk.vpn ([10.172.193.134] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1ghxdF-0008SF-Fg for kernel-team@lists.ubuntu.com; Fri, 11 Jan 2019 14:17:57 +0000 From: Paolo Pisati To: kernel-team@lists.ubuntu.com Subject: [PATCH 8/8] UBUNTU: [Config] GPIO_BCM_EXP=y Date: Fri, 11 Jan 2019 15:17:53 +0100 Message-Id: <1547216273-19433-9-git-send-email-paolo.pisati@canonical.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1547216273-19433-1-git-send-email-paolo.pisati@canonical.com> References: <1547216273-19433-1-git-send-email-paolo.pisati@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: http://bugs.launchpad.net/bugs/1808366 Signed-off-by: Paolo Pisati --- debian.raspi2/config/config.common.ubuntu | 1 + 1 file changed, 1 insertion(+) diff --git a/debian.raspi2/config/config.common.ubuntu b/debian.raspi2/config/config.common.ubuntu index 215e2bb..05f4da9 100644 --- a/debian.raspi2/config/config.common.ubuntu +++ b/debian.raspi2/config/config.common.ubuntu @@ -1650,6 +1650,7 @@ CONFIG_GPIO_ADP5520=m CONFIG_GPIO_ADP5588=m CONFIG_GPIO_ALTERA=m CONFIG_GPIO_ARIZONA=m +CONFIG_GPIO_BCM_EXP=y CONFIG_GPIO_BCM_VIRT=y CONFIG_GPIO_CRYSTAL_COVE=m CONFIG_GPIO_DA9052=m