diff options
author | Stefan Seyfried <seife+kernel@b1-systems.com> | 2013-07-01 09:14:21 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-07-26 15:53:34 -0700 |
commit | 972ce08578e0db8663740faea420699c01729f41 (patch) | |
tree | 0b53c2121047750d2fc86fc592dd6b511f97bea3 /drivers/tty/serial/8250/Kconfig | |
parent | 003236d9ac4d02721867e47f7ad4371ab7f74689 (diff) | |
download | linux-972ce08578e0db8663740faea420699c01729f41.tar.gz linux-972ce08578e0db8663740faea420699c01729f41.tar.bz2 linux-972ce08578e0db8663740faea420699c01729f41.zip |
8250_pci: improve code comments and Kconfig help
The recent regression about NetMos 9835 Multi-I/O boards indicates
that comment pointing to the parport_serial driver could be helpful.
Signed-off-by: Stefan Seyfried <seife+kernel@b1-systems.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/8250/Kconfig')
-rw-r--r-- | drivers/tty/serial/8250/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/tty/serial/8250/Kconfig b/drivers/tty/serial/8250/Kconfig index a1ba94d64885..f3b306efaa59 100644 --- a/drivers/tty/serial/8250/Kconfig +++ b/drivers/tty/serial/8250/Kconfig @@ -116,6 +116,8 @@ config SERIAL_8250_PCI This builds standard PCI serial support. You may be able to disable this feature if you only need legacy serial support. Saves about 9K. + Note that serial ports on NetMos 9835 Multi-I/O cards are handled + by the parport_serial driver, enabled with CONFIG_PARPORT_SERIAL. config SERIAL_8250_HP300 tristate |