diff options
author | Timur Tabi <timur@freescale.com> | 2011-12-12 17:25:45 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2012-01-04 15:33:58 -0600 |
commit | 3900fad3d32ed3ddfb365657733a93cf46b53240 (patch) | |
tree | 7bdc7b6aa4d781b6a4e4fdc87b921af859cb68f4 /arch/powerpc | |
parent | 389a6c527ece502da7aa3dde4c03e49fcecc45f8 (diff) |
powerpc/85xx: re-enable ePAPR byte channel driver in corenet32_smp_defconfig
Commit 7c4b2f09 (powerpc: Update mpc85xx/corenet 32-bit defconfigs)
accidentally disabled the ePAPR byte channel driver in the defconfig for
Freescale CoreNet platforms.
Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/configs/corenet32_smp_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/corenet32_smp_defconfig b/arch/powerpc/configs/corenet32_smp_defconfig index c3987794635..f8aef205d22 100644 --- a/arch/powerpc/configs/corenet32_smp_defconfig +++ b/arch/powerpc/configs/corenet32_smp_defconfig @@ -106,6 +106,7 @@ CONFIG_FIXED_PHY=y # CONFIG_INPUT_MOUSE is not set CONFIG_SERIO_LIBPS2=y # CONFIG_LEGACY_PTYS is not set +CONFIG_PPC_EPAPR_HV_BYTECHAN=y CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y CONFIG_SERIAL_8250_EXTENDED=y |