diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-09 15:09:03 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-09 15:09:03 -0800 |
commit | 05814450070f13b671fc9dbf89477677aa0258cb (patch) | |
tree | 4c7f6e85c59a79d0e5835cbca69de5642071a833 /drivers/serial/Kconfig | |
parent | 8e9c238c3884c226f0cddc31cde87dd5df1a6500 (diff) | |
parent | a61c2d78ce61e67baf27c43f6721db87a27ac762 (diff) | |
download | blackbird-op-linux-05814450070f13b671fc9dbf89477677aa0258cb.tar.gz blackbird-op-linux-05814450070f13b671fc9dbf89477677aa0258cb.zip |
Merge master.kernel.org:/home/rmk/linux-2.6-serial
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 812bae62c8ec..3fd5b999fdac 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -95,6 +95,16 @@ config SERIAL_8250_NR_UARTS PCI enumeration and any ports that may be added at run-time via hot-plug, or any ISA multi-port serial cards. +config SERIAL_8250_RUNTIME_UARTS + int "Number of 8250/16550 serial ports to register at runtime" + depends on SERIAL_8250 + default "4" + help + Set this to the maximum number of serial ports you want + the kernel to register at boot time. This can be overriden + with the module parameter "nr_uarts", or boot-time parameter + 8250.nr_uarts + config SERIAL_8250_EXTENDED bool "Extended 8250/16550 serial driver options" depends on SERIAL_8250 |