From patchwork Mon May 24 05:51:16 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leann Ogasawara X-Patchwork-Id: 53380 X-Patchwork-Delegate: leann.ogasawara@canonical.com 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 B7B75B7D79 for ; Mon, 24 May 2010 15:51:40 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1OGQZc-00082O-3W; Mon, 24 May 2010 06:51:36 +0100 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1OGQZZ-00081l-V7 for kernel-team@lists.ubuntu.com; Mon, 24 May 2010 06:51:34 +0100 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1OGQZZ-0005qa-T6 for ; Mon, 24 May 2010 06:51:33 +0100 Received: from c-76-105-148-120.hsd1.or.comcast.net ([76.105.148.120] helo=[192.168.1.4]) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1OGQZZ-0006Q9-G0 for kernel-team@lists.ubuntu.com; Mon, 24 May 2010 06:51:33 +0100 Subject: [PATCH 4/4] UBUNTU: [Config] Enable CONFIG_RFKILL=y for ports From: Leann Ogasawara To: kernel-team In-Reply-To: <1274680079.24569.3462.camel@emiko> References: <1274680079.24569.3462.camel@emiko> Date: Sun, 23 May 2010 22:51:16 -0700 Message-ID: <1274680276.24569.3476.camel@emiko> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.9 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com >From fa4a9f3f6240c0d652d63ebea26d73303841dd41 Mon Sep 17 00:00:00 2001 From: Leann Ogasawara Date: Sun, 23 May 2010 10:22:57 -0700 Subject: [PATCH 4/4] UBUNTU: [Config] Enable CONFIG_RFKILL=y for ports CONFIG_RFKILL was inconsistent between config.common.ubuntu and config.common.ports. Set CONFIG_RKILL=y for ports to make this config option consistent. Signed-off-by: Leann Ogasawara --- debian.master/config/config.common.ports | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian.master/config/config.common.ports b/debian.master/config/config.common.ports index c1d354c..3adeb32 100644 --- a/debian.master/config/config.common.ports +++ b/debian.master/config/config.common.ports @@ -2734,7 +2734,7 @@ CONFIG_RELAY=y # CONFIG_RELOCATABLE is not set # CONFIG_RESOURCE_COUNTERS is not set CONFIG_RFD_FTL=m -CONFIG_RFKILL=m +CONFIG_RFKILL=y CONFIG_RFKILL_INPUT=y CONFIG_RFKILL_LEDS=y CONFIG_RING_BUFFER=y