summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/Kconfig
diff options
context:
space:
mode:
authorArnd Bergmann2015-11-16 16:48:14 +0100
committerGreg Kroah-Hartman2015-12-14 04:59:48 +0100
commitafd7f88f157796e586fc99d62da13a54024e0731 (patch)
tree4a63a6bf714016e99f21254c5692171b72be6de7 /drivers/tty/serial/8250/Kconfig
parentserial: of: CONFIG_SERIAL_8250 is always set (diff)
downloadkernel-qcow2-linux-afd7f88f157796e586fc99d62da13a54024e0731.tar.gz
kernel-qcow2-linux-afd7f88f157796e586fc99d62da13a54024e0731.tar.xz
kernel-qcow2-linux-afd7f88f157796e586fc99d62da13a54024e0731.zip
serial: 8250: move of_serial code to 8250 directory
As the of-serial driver is now 8250 specific, we can move the file to a more appropriate place in teh 8250 subdirectory and adapt the Kconfig help text and file name. I'm leaving the CONFIG_SERIAL_OF_PLATFORM symbol unchanged to avoid breaking user configuration files unnecessarily. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/8250/Kconfig')
-rw-r--r--drivers/tty/serial/8250/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/tty/serial/8250/Kconfig b/drivers/tty/serial/8250/Kconfig
index 25da430bb58b..54f8af8ab4fb 100644
--- a/drivers/tty/serial/8250/Kconfig
+++ b/drivers/tty/serial/8250/Kconfig
@@ -377,3 +377,12 @@ config SERIAL_8250_MID
Selecting this option will enable handling of the extra features
present on the UART found on Intel Medfield SOC and various other
Intel platforms.
+
+config SERIAL_OF_PLATFORM
+ tristate "Devicetree based probing for 8250 ports"
+ depends on SERIAL_8250 && OF
+ help
+ This option is used for all 8250 compatible serial ports that
+ are probed through devicetree, including Open Firmware based
+ PowerPC systems and embedded systems on architectures using the
+ flattened device tree format.