diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-22 22:45:53 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-22 22:45:53 -0700 |
commit | 0c97f524fc16004602f97ba19c36acdcc0fb9688 (patch) | |
tree | c413a5d51dec3ddbe5f2e5cb0ea828976538168f /drivers/serial/Kconfig | |
parent | c71bd6944eb1458b7887af1783101f5a46140c40 (diff) | |
parent | 4faf4e0e7d4e1935fbfc5043d3ebd8d51a3d898d (diff) | |
download | kernel_samsung_tuna-0c97f524fc16004602f97ba19c36acdcc0fb9688.tar.gz kernel_samsung_tuna-0c97f524fc16004602f97ba19c36acdcc0fb9688.tar.bz2 kernel_samsung_tuna-0c97f524fc16004602f97ba19c36acdcc0fb9688.zip |
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serial
* 'devel' of master.kernel.org:/home/rmk/linux-2.6-serial:
[ARM] 3600/1: increase amba-pl010 UART_NR to 8
[ARM] 3571/1: netX: serial driver for Hilscher netX
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 5ea778fc1ca..bef4a9622ed 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -937,4 +937,23 @@ config SERIAL_SGI_IOC3 If you have an SGI Altix with an IOC3 serial card, say Y or M. Otherwise, say N. +config SERIAL_NETX + bool "NetX serial port support" + depends on ARM && ARCH_NETX + select SERIAL_CORE + help + If you have a machine based on a Hilscher NetX SoC you + can enable its onboard serial port by enabling this option. + + To compile this driver as a module, choose M here: the + module will be called netx-serial. + +config SERIAL_NETX_CONSOLE + bool "Console on NetX serial port" + depends on SERIAL_NETX + select SERIAL_CORE_CONSOLE + help + If you have enabled the serial port on the Motorola IMX + CPU you can make it the console by answering Y to this option. + endmenu |