projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
996ec1d
)
serial: rockchip: make ROCKCHIP_SERIAL depend on ARCH_ROCKCHIP
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Tue, 29 Sep 2015 03:32:03 +0000
(12:32 +0900)
committer
Simon Glass
<sjg@chromium.org>
Sat, 3 Oct 2015 16:24:33 +0000
(10:24 -0600)
It looks like this line was copy-pasted, but not modified.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/serial/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/serial/Kconfig
b/drivers/serial/Kconfig
index ccb80d2d1d90198c5ae104b532b234d3ca33fe43..ddb725d326bc276a6b73c8e192b739120beabef0 100644
(file)
--- a/
drivers/serial/Kconfig
+++ b/
drivers/serial/Kconfig
@@
-111,7
+111,7
@@
config DEBUG_UART_SHIFT
config ROCKCHIP_SERIAL
bool "Rockchip on-chip UART support"
- depends on ARCH_
UNIPHIER
&& DM_SERIAL
+ depends on ARCH_
ROCKCHIP
&& DM_SERIAL
help
Select this to enable a debug UART for Rockchip devices. This uses
the ns16550 driver. You will need to #define CONFIG_SYS_NS16550 in