aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/Kconfig
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2011-03-30 21:11:35 -0700
committerDavid S. Miller <davem@davemloft.net>2011-03-30 21:12:24 -0700
commit6cd7a63756a68ad5e718b42aa108e27c19425743 (patch)
tree639e4a3077ed87d080dd722b29746702defa7ba2 /drivers/tty/serial/Kconfig
parent3628aa0657e7bb3548a25fa3ea47510327d35efc (diff)
downloadkernel_samsung_smdk4412-6cd7a63756a68ad5e718b42aa108e27c19425743.zip
kernel_samsung_smdk4412-6cd7a63756a68ad5e718b42aa108e27c19425743.tar.gz
kernel_samsung_smdk4412-6cd7a63756a68ad5e718b42aa108e27c19425743.tar.bz2
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>
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 e1aee37..80484af 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.