From patchwork Wed Jul 11 06:09:05 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bryan Wu X-Patchwork-Id: 170362 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id E130E2C01D3 for ; Wed, 11 Jul 2012 16:20:24 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1Soq7V-0004Pe-1V; Wed, 11 Jul 2012 06:09:53 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1Soq7U-0004PR-7J for kernel-team@lists.ubuntu.com; Wed, 11 Jul 2012 06:09:52 +0000 Received: from [101.224.51.72] (helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1Soq7O-0001BA-1Q; Wed, 11 Jul 2012 06:09:47 +0000 From: Bryan Wu To: tim.gardner@canonical.com, apw@canonical.com, paolo.pisati@canonical.com, kernel-team@lists.ubuntu.com Subject: [PATCH 1/3] UBUNTU: [Config] disable CONFIG_GPIO_SYSFS since it is experimental Date: Wed, 11 Jul 2012 14:09:05 +0800 Message-Id: <1341986947-28300-2-git-send-email-bryan.wu@canonical.com> X-Mailer: git-send-email 1.7.11.1 In-Reply-To: <1341986947-28300-1-git-send-email-bryan.wu@canonical.com> References: <1341986947-28300-1-git-send-email-bryan.wu@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com Signed-off-by: Bryan Wu --- debian.ti-omap4/config/config.common.ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.ti-omap4/config/config.common.ubuntu b/debian.ti-omap4/config/config.common.ubuntu index 5b1109f..96f94ad 100644 --- a/debian.ti-omap4/config/config.common.ubuntu +++ b/debian.ti-omap4/config/config.common.ubuntu @@ -1148,7 +1148,7 @@ CONFIG_GPIO_PCA953X=m CONFIG_GPIO_PCF857X=m CONFIG_GPIO_STMPE=y CONFIG_GPIO_SX150X=y -CONFIG_GPIO_SYSFS=y +# CONFIG_GPIO_SYSFS is not set CONFIG_GPIO_TC3589X=y CONFIG_GPIO_TPS65910=y CONFIG_GPIO_TWL4030=y