diff options
author | Greg Ungerer <gerg@snapgear.com> | 2008-02-01 02:32:00 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-02-01 04:54:03 -0500 |
commit | ae1b5f0d2311057643657b71a272c4748e4b21d2 (patch) | |
tree | 2485d1156d5eb0b5fe1b5e0d0ba630c051e87f99 /drivers/serial/Kconfig | |
parent | b9ac1ecb7d43fd9f6424117f4ab218d1cff5920f (diff) |
m68knommu: configure support for new ColdFire serial driver
Add configure support for new ColdFire serial driver.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index d962b74e3114..8a053ea21e1d 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -960,6 +960,30 @@ config SERIAL_COLDFIRE | |||
960 | This driver supports the built-in serial ports of the Motorola ColdFire | 960 | This driver supports the built-in serial ports of the Motorola ColdFire |
961 | family of CPUs. | 961 | family of CPUs. |
962 | 962 | ||
963 | config SERIAL_MCF | ||
964 | bool "Coldfire serial support (new style driver)" | ||
965 | depends on COLDFIRE | ||
966 | select SERIAL_CORE | ||
967 | help | ||
968 | This new serial driver supports the Freescale Coldfire serial ports | ||
969 | using the new serial driver subsystem. | ||
970 | |||
971 | config SERIAL_MCF_BAUDRATE | ||
972 | int "Default baudrate for Coldfire serial ports" | ||
973 | depends on SERIAL_MCF | ||
974 | default 19200 | ||
975 | help | ||
976 | This setting lets you define what the default baudrate is for the | ||
977 | ColdFire serial ports. The usual default varies from board to board, | ||
978 | and this setting is a way of catering for that. | ||
979 | |||
980 | config SERIAL_MCF_CONSOLE | ||
981 | bool "Coldfire serial console support" | ||
982 | depends on SERIAL_MCF | ||
983 | select SERIAL_CORE_CONSOLE | ||
984 | help | ||
985 | Enable a ColdFire internal serial port to be the system console. | ||
986 | |||
963 | config SERIAL_68360_SMC | 987 | config SERIAL_68360_SMC |
964 | bool "68360 SMC uart support" | 988 | bool "68360 SMC uart support" |
965 | depends on M68360 | 989 | depends on M68360 |