From patchwork Thu Jan 17 02:52:47 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adam Lee X-Patchwork-Id: 213125 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 F20AB2C0087 for ; Thu, 17 Jan 2013 13:53:43 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1Tvfbh-0007eJ-Fw; Thu, 17 Jan 2013 02:53:33 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1TvfbA-0007de-9T for kernel-team@lists.ubuntu.com; Thu, 17 Jan 2013 02:53:00 +0000 Received: from [116.213.117.66] (helo=localhost.localdomain) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1Tvfb9-0004WF-JI; Thu, 17 Jan 2013 02:53:00 +0000 From: Adam Lee To: kernel-team@lists.ubuntu.com Subject: [PATCH Precise LTS 2/2] [Config] CONFIG_RTS5229=m Date: Thu, 17 Jan 2013 10:52:47 +0800 Message-Id: <1358391167-10780-2-git-send-email-adam.lee@canonical.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1358391167-10780-1-git-send-email-adam.lee@canonical.com> References: <1358391167-10780-1-git-send-email-adam.lee@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 BugLink: http://launchpad.net/bugs/1057089 Cc: Ming Lei Signed-off-by: Adam Lee --- debian.master/config/amd64/config.common.amd64 | 2 ++ debian.master/config/i386/config.common.i386 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian.master/config/amd64/config.common.amd64 b/debian.master/config/amd64/config.common.amd64 index 67ee3e4..1be4150 100644 --- a/debian.master/config/amd64/config.common.amd64 +++ b/debian.master/config/amd64/config.common.amd64 @@ -264,6 +264,8 @@ CONFIG_RTC_DRV_TWL4030=m CONFIG_RTL8187=m CONFIG_RTL8192CU=m CONFIG_RTS5139=m +CONFIG_RTS5229=m +# CONFIG_RTS5229_DEBUG is not set CONFIG_RTS_PSTOR=m # CONFIG_RWSEM_GENERIC_SPINLOCK is not set CONFIG_SATA_AHCI_PLATFORM=m diff --git a/debian.master/config/i386/config.common.i386 b/debian.master/config/i386/config.common.i386 index 5ba1f7f..cefcd91 100644 --- a/debian.master/config/i386/config.common.i386 +++ b/debian.master/config/i386/config.common.i386 @@ -263,6 +263,8 @@ CONFIG_RTC_DRV_TWL4030=m CONFIG_RTL8187=m CONFIG_RTL8192CU=m CONFIG_RTS5139=m +CONFIG_RTS5229=m +# CONFIG_RTS5229_DEBUG is not set CONFIG_RTS_PSTOR=m # CONFIG_RWSEM_GENERIC_SPINLOCK is not set CONFIG_SATA_AHCI_PLATFORM=m