aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimur Tabi <timur@freescale.com>2011-06-14 15:06:15 -0400
committerKumar Gala <galak@kernel.crashing.org>2011-07-08 01:21:31 -0400
commit59f8df290acb6d279a690733a67b3902766999f3 (patch)
tree26ced0a05d974f24e9a77cb263cf7000635732bf
parent6db7199407ca56f55bc0832fb124e1ad216ea57b (diff)
powerpc/85xx: add hypervisor config entries to corenet_smp_defconfig
CONFIG_PPC_EPAPR_HV_BYTECHAN adds support for the Freescale hypervisor byte channel tty driver. CONFIG_VIRT_DRIVERS and CONFIG_FSL_HV_MANAGER add support for the Freescale hypervisor management driver. Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
-rw-r--r--arch/powerpc/configs/corenet32_smp_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/configs/corenet32_smp_defconfig b/arch/powerpc/configs/corenet32_smp_defconfig
index 53f39499943d..421ade8b7465 100644
--- a/arch/powerpc/configs/corenet32_smp_defconfig
+++ b/arch/powerpc/configs/corenet32_smp_defconfig
@@ -106,6 +106,7 @@ CONFIG_FSL_PQ_MDIO=y
106# CONFIG_INPUT_MOUSE is not set 106# CONFIG_INPUT_MOUSE is not set
107CONFIG_SERIO_LIBPS2=y 107CONFIG_SERIO_LIBPS2=y
108# CONFIG_LEGACY_PTYS is not set 108# CONFIG_LEGACY_PTYS is not set
109CONFIG_PPC_EPAPR_HV_BYTECHAN=y
109CONFIG_SERIAL_8250=y 110CONFIG_SERIAL_8250=y
110CONFIG_SERIAL_8250_CONSOLE=y 111CONFIG_SERIAL_8250_CONSOLE=y
111CONFIG_SERIAL_8250_EXTENDED=y 112CONFIG_SERIAL_8250_EXTENDED=y
@@ -145,6 +146,8 @@ CONFIG_RTC_DRV_CMOS=y
145CONFIG_UIO=y 146CONFIG_UIO=y
146CONFIG_STAGING=y 147CONFIG_STAGING=y
147# CONFIG_STAGING_EXCLUDE_BUILD is not set 148# CONFIG_STAGING_EXCLUDE_BUILD is not set
149CONFIG_VIRT_DRIVERS=y
150CONFIG_FSL_HV_MANAGER=y
148CONFIG_EXT2_FS=y 151CONFIG_EXT2_FS=y
149CONFIG_EXT3_FS=y 152CONFIG_EXT3_FS=y
150# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set 153# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set