]> git.baikalelectronics.ru Git - kernel.git/commit
serial/uartlite: Let it build on any arch with IOMEM
authorRicardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Mon, 15 Jun 2015 14:36:07 +0000 (16:36 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Jul 2015 00:37:53 +0000 (17:37 -0700)
commitc2d786f13ed4b687dca80635386508be587f9fae
treee32fe18287725816b4b483ecdcdbab0ab07b047b
parent79da5904bd6617ed7ecc9dec90a3c2864d6c1a55
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>
drivers/tty/serial/Kconfig