diff options
author | Heikki Krogerus <heikki.krogerus@linux.intel.com> | 2013-01-10 10:25:10 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-16 08:03:00 +0100 |
commit | 6a7320c4669fbf26a8e71a4c8af4101923152375 (patch) | |
tree | 789a7888d6be195189179ff1d2dd2bd78e06cd4c /drivers/tty/serial/8250/Kconfig | |
parent | serial: 8250_dw: Set FIFO size dynamically (diff) | |
download | linux-6a7320c4669fbf26a8e71a4c8af4101923152375.tar.xz linux-6a7320c4669fbf26a8e71a4c8af4101923152375.zip |
serial: 8250_dw: Add ACPI 5.0 support
This adds support for ACPI 5.0 enumerated Designware UARTs.
ACPI does not deliver information about uart clk, so
delivering it with the driver_data.
Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.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, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/8250/Kconfig b/drivers/tty/serial/8250/Kconfig index d79208f47237..3ce3e7533e4c 100644 --- a/drivers/tty/serial/8250/Kconfig +++ b/drivers/tty/serial/8250/Kconfig @@ -256,7 +256,7 @@ config SERIAL_8250_FSL config SERIAL_8250_DW tristate "Support for Synopsys DesignWare 8250 quirks" - depends on SERIAL_8250 && OF + depends on SERIAL_8250 help Selecting this option will enable handling of the extra features present in the Synopsys DesignWare APB UART. |