From patchwork Fri May 30 08:21:18 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tyler Hicks X-Patchwork-Id: 353957 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 A156E140087; Fri, 30 May 2014 18:21:50 +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 1WqI4R-0001HO-V4; Fri, 30 May 2014 08:21:47 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1WqI4D-0001DJ-EE for kernel-team@lists.ubuntu.com; Fri, 30 May 2014 08:21:33 +0000 Received: from [194.158.52.142] (helo=boyd.l.tihix.com) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1WqI4D-0001Hh-8W; Fri, 30 May 2014 08:21:33 +0000 From: Tyler Hicks To: kernel-team@lists.ubuntu.com Subject: [PATCH 1/6] UBUNTU: [Config] CONFIG_DEVKMEM=n Date: Fri, 30 May 2014 10:21:18 +0200 Message-Id: <1401438083-26534-2-git-send-email-tyhicks@canonical.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1401438083-26534-1-git-send-email-tyhicks@canonical.com> References: <1401438083-26534-1-git-send-email-tyhicks@canonical.com> 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: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: kernel-team-bounces@lists.ubuntu.com Signed-off-by: Tyler Hicks --- debian.flo/config/config.common.ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.flo/config/config.common.ubuntu b/debian.flo/config/config.common.ubuntu index ba01031..9b10afe 100644 --- a/debian.flo/config/config.common.ubuntu +++ b/debian.flo/config/config.common.ubuntu @@ -587,7 +587,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" # CONFIG_DEPRECATED_PARAM_STRUCT is not set # CONFIG_DETECT_HUNG_TASK is not set -CONFIG_DEVKMEM=y +# CONFIG_DEVKMEM is not set CONFIG_DEVMEM=y CONFIG_DEVPORT=y CONFIG_DEVPTS_MULTIPLE_INSTANCES=y