diff options
author | Josh Cartwright <josh.cartwright@ni.com> | 2012-11-05 15:24:26 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-11-15 16:58:19 -0800 |
commit | 4bb535d2b6fe1466d89037c95945cc7bf5ba2377 (patch) | |
tree | 11bc5a09cb50610676046cd2597df54883f2025c /drivers/tty/serial/Kconfig | |
parent | d1519e23c2b3a518fb41daf3eceae43382433ceb (diff) | |
download | blackbird-op-linux-4bb535d2b6fe1466d89037c95945cc7bf5ba2377.tar.gz blackbird-op-linux-4bb535d2b6fe1466d89037c95945cc7bf5ba2377.zip |
serial: xilinx_uartps: kill CONFIG_OF conditional
The Zynq platform requires the use of CONFIG_OF. Remove the #ifdef
conditionals in the uartps driver. Make dependency explicit in Kconfig.
Signed-off-by: Josh Cartwright <josh.cartwright@ni.com>
Tested-by: Michal Simek <monstr@monstr.eu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/Kconfig')
-rw-r--r-- | drivers/tty/serial/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index b1768012ed21..6a69c88c5020 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig @@ -1376,6 +1376,7 @@ config SERIAL_MXS_AUART_CONSOLE config SERIAL_XILINX_PS_UART tristate "Xilinx PS UART support" + depends on OF select SERIAL_CORE help This driver supports the Xilinx PS UART port. |