diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-07 12:02:26 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-07 12:02:26 -0500 |
commit | 37969581301e50872a1ae84dc73962b5f7ee6b76 (patch) | |
tree | 35bbd6a07f903f248f4bd209b8d194a922415fe0 /drivers/serial/Kconfig | |
parent | 80ff8a805113850a3ffafcc8e6eaa1fdd51b02f3 (diff) | |
parent | 24f1a849614ba1805e26a05da7cc8c6bd67490ea (diff) |
Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
* 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc: (69 commits)
[POWERPC] Add SPE registers to core dumps
[POWERPC] Use regset code for compat PTRACE_*REGS* calls
[POWERPC] Use generic compat_sys_ptrace
[POWERPC] Use generic compat_ptrace_request
[POWERPC] Use generic ptrace peekdata/pokedata
[POWERPC] Use regset code for PTRACE_*REGS* requests
[POWERPC] Switch to generic compat_binfmt_elf code
[POWERPC] Switch to using user_regset-based core dumps
[POWERPC] Add user_regset compat support
[POWERPC] Add user_regset_view definitions
[POWERPC] Use user_regset accessors for GPRs
[POWERPC] ptrace accessors for special regs MSR and TRAP
[POWERPC] Use user_regset accessors for SPE regs
[POWERPC] Use user_regset accessors for altivec regs
[POWERPC] Use user_regset accessors for FP regs
[POWERPC] mpc52xx: fix compile error introduce when rebasing patch
[POWERPC] 4xx: PCIe indirect DCR spinlock fix.
[POWERPC] Add missing native dcr dcr_ind_lock spinlock
[POWERPC] 4xx: Fix offset value on Warp board
[POWERPC] 4xx: Add 440EPx Sequoia ehci dts entry
...
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 50d6e2214ddf..84a054d7e986 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -1142,17 +1142,17 @@ config SERIAL_SGI_L1_CONSOLE | |||
1142 | say Y. Otherwise, say N. | 1142 | say Y. Otherwise, say N. |
1143 | 1143 | ||
1144 | config SERIAL_MPC52xx | 1144 | config SERIAL_MPC52xx |
1145 | tristate "Freescale MPC52xx family PSC serial support" | 1145 | tristate "Freescale MPC52xx/MPC512x family PSC serial support" |
1146 | depends on PPC_MPC52xx | 1146 | depends on PPC_MPC52xx || PPC_MPC512x |
1147 | select SERIAL_CORE | 1147 | select SERIAL_CORE |
1148 | help | 1148 | help |
1149 | This drivers support the MPC52xx PSC serial ports. If you would | 1149 | This driver supports MPC52xx and MPC512x PSC serial ports. If you would |
1150 | like to use them, you must answer Y or M to this option. Not that | 1150 | like to use them, you must answer Y or M to this option. Note that |
1151 | for use as console, it must be included in kernel and not as a | 1151 | for use as console, it must be included in kernel and not as a |
1152 | module. | 1152 | module. |
1153 | 1153 | ||
1154 | config SERIAL_MPC52xx_CONSOLE | 1154 | config SERIAL_MPC52xx_CONSOLE |
1155 | bool "Console on a Freescale MPC52xx family PSC serial port" | 1155 | bool "Console on a Freescale MPC52xx/MPC512x family PSC serial port" |
1156 | depends on SERIAL_MPC52xx=y | 1156 | depends on SERIAL_MPC52xx=y |
1157 | select SERIAL_CORE_CONSOLE | 1157 | select SERIAL_CORE_CONSOLE |
1158 | help | 1158 | help |
@@ -1160,7 +1160,7 @@ config SERIAL_MPC52xx_CONSOLE | |||
1160 | of the Freescale MPC52xx family as a console. | 1160 | of the Freescale MPC52xx family as a console. |
1161 | 1161 | ||
1162 | config SERIAL_MPC52xx_CONSOLE_BAUD | 1162 | config SERIAL_MPC52xx_CONSOLE_BAUD |
1163 | int "Freescale MPC52xx family PSC serial port baud" | 1163 | int "Freescale MPC52xx/MPC512x family PSC serial port baud" |
1164 | depends on SERIAL_MPC52xx_CONSOLE=y | 1164 | depends on SERIAL_MPC52xx_CONSOLE=y |
1165 | default "9600" | 1165 | default "9600" |
1166 | help | 1166 | help |