]> git.baikalelectronics.ru Git - kernel.git/commit
serial: 8250: remove Kconfig indirection
authorValentin Rothberg <valentinrothberg@gmail.com>
Sun, 12 Apr 2015 15:37:24 +0000 (17:37 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 6 May 2015 20:27:00 +0000 (22:27 +0200)
commit613282671506e0fa7f8beb3cce4d4581cf05f3a5
tree5f1f857194542fc23046626cab0fb376e1681bdb
parent1d1e79b6822a3ecccd40e6965a5395d96031c6d6
serial: 8250: remove Kconfig indirection

Remove CONFIG_SERIAL_DETECT_IRQ and CONFIG_SERIAL_MANY_PORTS, and
substitute all references to the proper 8250 Kconfig options.  Now, the
actual Kconfig dependencies are not hidden when reading the code and
static analyzers are less confused.

Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>
Reviewed-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/alpha/include/asm/serial.h
arch/m68k/include/asm/serial.h
arch/mn10300/include/asm/serial.h
arch/x86/include/asm/serial.h
drivers/tty/serial/8250/8250_core.c