diff options
author | David S. Miller <davem@davemloft.net> | 2011-03-30 21:11:35 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-03-30 21:12:24 -0700 |
commit | 6cd7a63756a68ad5e718b42aa108e27c19425743 (patch) | |
tree | 639e4a3077ed87d080dd722b29746702defa7ba2 | |
parent | 3628aa0657e7bb3548a25fa3ea47510327d35efc (diff) |
apbuart: Depend upon sparc.
It absolutely needs to be able to get at pdev_archdata members
which are sparc specific.
Signed-off-by: David S. Miller <davem@davemloft.net>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
-rw-r--r-- | drivers/tty/serial/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index e1aee37270f5..80484af781e1 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig @@ -1506,7 +1506,7 @@ config SERIAL_BCM63XX_CONSOLE config SERIAL_GRLIB_GAISLER_APBUART tristate "GRLIB APBUART serial support" - depends on OF + depends on OF && SPARC select SERIAL_CORE ---help--- Add support for the GRLIB APBUART serial port. |