From patchwork Mon Jan 21 10:51:24 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Whitcroft X-Patchwork-Id: 214079 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 2AE912C009B for ; Mon, 21 Jan 2013 21:51:42 +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 1TxEyT-0007rg-09; Mon, 21 Jan 2013 10:51:33 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1TxEyR-0007rU-4p for kernel-team@lists.ubuntu.com; Mon, 21 Jan 2013 10:51:31 +0000 Received: from 79-78-219-214.dynamic.dsl.as9105.com ([79.78.219.214] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1TxEyQ-0005cj-Ut; Mon, 21 Jan 2013 10:51:31 +0000 From: Andy Whitcroft To: Ben Collins , kernel-team@lists.ubuntu.com Subject: [PATCH 1/1] UBUNTU: [Config] enable various HVC consoles Date: Mon, 21 Jan 2013 10:51:24 +0000 Message-Id: <1358765484-13944-2-git-send-email-apw@canonical.com> X-Mailer: git-send-email 1.8.0 In-Reply-To: <1358765484-13944-1-git-send-email-apw@canonical.com> References: <1358765484-13944-1-git-send-email-apw@canonical.com> Cc: Andy Whitcroft 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 Larger powerpc boxes use the HVC console support. Enable these for the powerpc64-smp kernel. BugLink: http://bugs.launchpad.net/bugs/1102206 Signed-off-by: Andy Whitcroft --- debian.ppc/config/config.common.ubuntu | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian.ppc/config/config.common.ubuntu b/debian.ppc/config/config.common.ubuntu index d575190..78a11d3 100644 --- a/debian.ppc/config/config.common.ubuntu +++ b/debian.ppc/config/config.common.ubuntu @@ -1784,9 +1784,11 @@ CONFIG_HTC_I2CPLD=y CONFIG_HTC_PASIC3=m CONFIG_HUGETLBFS=y CONFIG_HUGETLB_PAGE_SIZE_VARIABLE=y -# CONFIG_HVC_CONSOLE is not set +CONFIG_HVCS=y +CONFIG_HVC_CONSOLE=y CONFIG_HVC_DRIVER=y CONFIG_HVC_IRQ=y +CONFIG_HVC_OLD_HVSI=y CONFIG_HVC_OPAL=y CONFIG_HVC_RTAS=y CONFIG_HVC_UDBG=y