From patchwork Wed Jul 16 14:06:05 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Gardner X-Patchwork-Id: 370756 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 71BA31400B6; Thu, 17 Jul 2014 00:06:21 +1000 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1X7PqY-0007Q8-Pc; Wed, 16 Jul 2014 14:06:14 +0000 Received: from mail.tpi.com ([74.45.170.26]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1X7PqT-0007Pn-3k for kernel-team@lists.ubuntu.com; Wed, 16 Jul 2014 14:06:09 +0000 Received: from [10.0.1.30] (c-66-31-47-171.hsd1.ma.comcast.net [66.31.47.171]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mail.tpi.com (Postfix) with ESMTP id D1F4B34D7E3 for ; Wed, 16 Jul 2014 07:03:19 -0700 (PDT) Message-ID: <53C686CD.3060009@canonical.com> Date: Wed, 16 Jul 2014 10:06:05 -0400 From: Tim Gardner User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: kernel-team Subject: [PATCH Trusty SRU] UBUNTU: [Config] CONFIG_GPIO_SYSFS=y X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: kernel-team-bounces@lists.ubuntu.com From ed965659002891dfb81fe10ef1787248b473be44 Mon Sep 17 00:00:00 2001 From: Tim Gardner Date: Wed, 16 Jul 2014 10:03:48 -0400 Subject: [PATCH Trusty SRU] UBUNTU: [Config] CONFIG_GPIO_SYSFS=y BugLink: http://bugs.launchpad.net/bugs/1342153 Signed-off-by: Tim Gardner --- debian.master/config/annotations | 2 +- debian.master/config/config.common.ubuntu | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian.master/config/annotations b/debian.master/config/annotations index aec7022..df297b8 100644 --- a/debian.master/config/annotations +++ b/debian.master/config/annotations @@ -427,7 +427,7 @@ set +all ?mark 'GPIO' !flag EXPERIMENTAL ?type tristate = m # standard forms: set +pattern ^GPIO_ ?mark 'GPIO' ?type bool !flag EXPERIMENTAL = y # -CONFIG_GPIO_SYSFS n +CONFIG_GPIO_SYSFS y CONFIG_GPIOLIB y CONFIG_GPIO_EM n note CONFIG_GPIO_TWL4030 y note diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index ba4e800..3fe08be 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -2346,7 +2346,7 @@ CONFIG_GPIO_RDC321X=m CONFIG_GPIO_SCH=m CONFIG_GPIO_STMPE=y CONFIG_GPIO_SX150X=y -# CONFIG_GPIO_SYSFS is not set +CONFIG_GPIO_SYSFS=y CONFIG_GPIO_TC3589X=y CONFIG_GPIO_TIMBERDALE=y CONFIG_GPIO_TPS6586X=y -- 2.0.1