diff options
author | Sascha Hauer <sascha@saschahauer.de> | 2006-06-19 08:29:07 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-06-19 08:29:07 -0400 |
commit | f8441e13449638e9fc3c160c35ada3b6f1f8d9c0 (patch) | |
tree | 10035c1a56d9f8d91e56ea6021a7aaa5ed7f9f52 /drivers/serial/Kconfig | |
parent | 14228a49913850493c7f9eb4501438c32da353f7 (diff) |
[ARM] 3571/1: netX: serial driver for Hilscher netX
Patch from Sascha Hauer
This patch adds the serial driver for Hilscher's netX network
processors.
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 7d22dc0478d3..5fff79e7127f 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -936,4 +936,23 @@ config SERIAL_SGI_IOC3 | |||
936 | If you have an SGI Altix with an IOC3 serial card, | 936 | If you have an SGI Altix with an IOC3 serial card, |
937 | say Y or M. Otherwise, say N. | 937 | say Y or M. Otherwise, say N. |
938 | 938 | ||
939 | config SERIAL_NETX | ||
940 | bool "NetX serial port support" | ||
941 | depends on ARM && ARCH_NETX | ||
942 | select SERIAL_CORE | ||
943 | help | ||
944 | If you have a machine based on a Hilscher NetX SoC you | ||
945 | can enable its onboard serial port by enabling this option. | ||
946 | |||
947 | To compile this driver as a module, choose M here: the | ||
948 | module will be called netx-serial. | ||
949 | |||
950 | config SERIAL_NETX_CONSOLE | ||
951 | bool "Console on NetX serial port" | ||
952 | depends on SERIAL_NETX | ||
953 | select SERIAL_CORE_CONSOLE | ||
954 | help | ||
955 | If you have enabled the serial port on the Motorola IMX | ||
956 | CPU you can make it the console by answering Y to this option. | ||
957 | |||
939 | endmenu | 958 | endmenu |