diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-10-13 05:31:59 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-13 12:51:38 -0400 |
commit | 02f11f392434656f00fdcc8c51348d52bd39afe8 (patch) | |
tree | 0f08c44e29a876abffd13d8842f05e88c183c761 /drivers/serial/Kconfig | |
parent | 2571cd6a8e07a13fd3ac77f5e2c5470966d6f9c9 (diff) |
coldfire: scheduled SERIAL_COLDFIRE removal
This patch contains the scheduled removal of the obsolete
SERIAL_COLDFIRE driver.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 77cb34270fc1..0db20452c79a 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -994,24 +994,12 @@ config SERIAL_68328_RTS_CTS | |||
994 | bool "Support RTS/CTS on 68328 serial port" | 994 | bool "Support RTS/CTS on 68328 serial port" |
995 | depends on SERIAL_68328 | 995 | depends on SERIAL_68328 |
996 | 996 | ||
997 | config SERIAL_COLDFIRE | ||
998 | bool "ColdFire serial support (DEPRECATED)" | ||
999 | depends on COLDFIRE | ||
1000 | help | ||
1001 | This driver supports the built-in serial ports of the Motorola ColdFire | ||
1002 | family of CPUs. | ||
1003 | This driver is deprecated because it supports only the old interface | ||
1004 | for serial drivers and features like magic keys are not working. | ||
1005 | Please switch to the new style driver because this driver will be | ||
1006 | removed soon. | ||
1007 | |||
1008 | config SERIAL_MCF | 997 | config SERIAL_MCF |
1009 | bool "Coldfire serial support (new style driver)" | 998 | bool "Coldfire serial support" |
1010 | depends on COLDFIRE | 999 | depends on COLDFIRE |
1011 | select SERIAL_CORE | 1000 | select SERIAL_CORE |
1012 | help | 1001 | help |
1013 | This new serial driver supports the Freescale Coldfire serial ports | 1002 | This serial driver supports the Freescale Coldfire serial ports. |
1014 | using the new serial driver subsystem. | ||
1015 | 1003 | ||
1016 | config SERIAL_MCF_BAUDRATE | 1004 | config SERIAL_MCF_BAUDRATE |
1017 | int "Default baudrate for Coldfire serial ports" | 1005 | int "Default baudrate for Coldfire serial ports" |