projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3628aa0
)
apbuart: Depend upon sparc.
author
David S. Miller
<davem@davemloft.net>
Thu, 31 Mar 2011 04:11:35 +0000
(21:11 -0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 31 Mar 2011 04:12:24 +0000
(21:12 -0700)
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>
drivers/tty/serial/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/tty/serial/Kconfig
b/drivers/tty/serial/Kconfig
index e1aee37270f5e1f41407d6bf56357ae3c298eda6..80484af781e1338590e18389ec5198dedc855e7b 100644
(file)
--- 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.