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)
commit1eacbfb06df9d37b743d0eedbeb9fd4f71190c98
treee32fe18287725816b4b483ecdcdbab0ab07b047b
parent6b596a834177f87846559f3f364b38cafdb13b61
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