From patchwork Wed Jan 23 09:17:53 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/1] UBUNTU: [Config] enable various HVC consoles Date: Tue, 22 Jan 2013 23:17:53 -0000 From: Andy Whitcroft X-Patchwork-Id: 214856 Message-Id: <1358932673-4686-2-git-send-email-apw@canonical.com> To: Andy Whitcroft Cc: kernel-team@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.master/config/config.common.ubuntu | 3 ++- debian.master/config/powerpc/config.common.powerpc | 1 - debian.master/config/ppc64/config.common.ppc64 | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 3f733c4..421b6e6 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -2243,7 +2243,8 @@ CONFIG_HTC_PASIC3=m CONFIG_HT_IRQ=y CONFIG_HUGETLBFS=y CONFIG_HUGETLB_PAGE_SIZE_VARIABLE=y -CONFIG_HVCS=m +CONFIG_HVCS=y +CONFIG_HVC_CONSOLE=y CONFIG_HVC_DRIVER=y CONFIG_HVC_IRQ=y CONFIG_HVC_OLD_HVSI=y diff --git a/debian.master/config/powerpc/config.common.powerpc b/debian.master/config/powerpc/config.common.powerpc index 9ee3c7e..4ad90fd 100644 --- a/debian.master/config/powerpc/config.common.powerpc +++ b/debian.master/config/powerpc/config.common.powerpc @@ -65,7 +65,6 @@ CONFIG_HAMRADIO=y # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set CONFIG_HIDRAW=y CONFIG_HTC_I2CPLD=y -# CONFIG_HVC_CONSOLE is not set CONFIG_HZ=250 CONFIG_I2C_ALGOBIT=y CONFIG_I2C_DESIGNWARE_CORE=m diff --git a/debian.master/config/ppc64/config.common.ppc64 b/debian.master/config/ppc64/config.common.ppc64 index 6e5f058..246a042 100644 --- a/debian.master/config/ppc64/config.common.ppc64 +++ b/debian.master/config/ppc64/config.common.ppc64 @@ -77,7 +77,6 @@ CONFIG_HAVE_SETUP_PER_CPU_AREA=y CONFIG_HIDRAW=y CONFIG_HTC_I2CPLD=y CONFIG_HUGETLB_PAGE=y -CONFIG_HVC_CONSOLE=y CONFIG_HZ=250 CONFIG_I2C_ALGOBIT=y CONFIG_I2C_DESIGNWARE_CORE=m