summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/Kconfig
diff options
context:
space:
mode:
authorRicardo Ribalda Delgado <ricardo.ribalda@gmail.com>2015-06-15 16:36:07 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-07-23 17:37:53 -0700
commit1eacbfb06df9d37b743d0eedbeb9fd4f71190c98 (patch)
treee32fe18287725816b4b483ecdcdbab0ab07b047b /drivers/tty/serial/Kconfig
parent6b596a834177f87846559f3f364b38cafdb13b61 (diff)
downloadop-kernel-dev-1eacbfb06df9d37b743d0eedbeb9fd4f71190c98.zip
op-kernel-dev-1eacbfb06df9d37b743d0eedbeb9fd4f71190c98.tar.gz
serial/uartlite: Let it build on any arch with IOMEM
Being a soft core, it can be located not only on PPC or Microblaze platforms. Since the driver already does endianness detection we only need to change the Kconfig to use it in other arches. This is also done in other softcores as xilinx-spi. Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/Kconfig')
-rw-r--r--drivers/tty/serial/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index 76e65b7..10a5f0a 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -594,7 +594,7 @@ config SERIAL_IMX_CONSOLE
config SERIAL_UARTLITE
tristate "Xilinx uartlite serial port support"
- depends on PPC32 || MICROBLAZE || MFD_TIMBERDALE || ARCH_ZYNQ
+ depends on HAS_IOMEM
select SERIAL_CORE
help
Say Y here if you want to use the Xilinx uartlite serial controller.
OpenPOWER on IntegriCloud