powerpc/4xx: Enable SERIAL_OF support by default for Virtex platforms

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Wednesday, March 11, 2009 - 12:59 pm

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6b8036...
Commit:     6b8036a877fe7a85d4474ddb89993339303959e1
Parent:     778ef1e6cbb049c9bcbf405936ee6f2b6e451892
Author:     Grant Likely <grant.likely@secretlab.ca>
AuthorDate: Sat Feb 28 21:30:38 2009 -0700
Committer:  Grant Likely <grant.likely@secretlab.ca>
CommitDate: Sat Feb 28 21:30:38 2009 -0700

    powerpc/4xx: Enable SERIAL_OF support by default for Virtex platforms
    
    Virtex FPGA designs have two serial port logic cores to choose from; the
    simple uartlite, and the full featured uart16550.  Both cores are in
    common use so the defconfig should support both of them.  Currently
    only console on uartlite is supported in the defconfig.  This patch adds
    console support for the 16550 core.
    
    The Virtex reference designs do not work without this patch.
    
    Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
---
 arch/powerpc/configs/40x/virtex_defconfig  |    2 +-
 arch/powerpc/configs/44x/virtex5_defconfig |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/powerpc/configs/40x/virtex_defconfig b/arch/powerpc/configs/40x/virtex_defconfig
index b688838..f5698f9 100644
--- a/arch/powerpc/configs/40x/virtex_defconfig
+++ b/arch/powerpc/configs/40x/virtex_defconfig
@@ -686,7 +686,7 @@ CONFIG_SERIAL_UARTLITE_CONSOLE=y
 CONFIG_SERIAL_CORE=y
 CONFIG_SERIAL_CORE_CONSOLE=y
 # CONFIG_SERIAL_JSM is not set
-# CONFIG_SERIAL_OF_PLATFORM is not set
+CONFIG_SERIAL_OF_PLATFORM=y
 # CONFIG_SERIAL_OF_PLATFORM_NWPSERIAL is not set
 CONFIG_UNIX98_PTYS=y
 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
diff --git a/arch/powerpc/configs/44x/virtex5_defconfig b/arch/powerpc/configs/44x/virtex5_defconfig
index 15aab1c..1bf0a63 100644
--- a/arch/powerpc/configs/44x/virtex5_defconfig
+++ b/arch/powerpc/configs/44x/virtex5_defconfig
@@ -691,7 +691,7 @@ CONFIG_SERIAL_UARTLITE_CONSOLE=y
 CONFIG_SERIAL_CORE=y
 CONFIG_SERIAL_CORE_CONSOLE=y
 # CONFIG_SERIAL_JSM is not set
-# CONFIG_SERIAL_OF_PLATFORM is not set
+CONFIG_SERIAL_OF_PLATFORM=y
 # CONFIG_SERIAL_OF_PLATFORM_NWPSERIAL is not set
 CONFIG_UNIX98_PTYS=y
 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
powerpc/4xx: Enable SERIAL_OF support by default for Virte ..., Linux Kernel Mailing ..., (Wed Mar 11, 12:59 pm)