projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d91c20f
)
rk3188: support RK_USB_UART config
author
黄涛
<huangtao@rock-chips.com>
Mon, 21 Jan 2013 06:11:29 +0000
(14:11 +0800)
committer
黄涛
<huangtao@rock-chips.com>
Mon, 21 Jan 2013 06:11:55 +0000
(14:11 +0800)
arch/arm/plat-rk/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/plat-rk/Kconfig
b/arch/arm/plat-rk/Kconfig
index 3624aa91109f7a4c0cb45eefe9c7f0dda22499a9..33bbb511ffcd9a1ff389fa41ef773fedeab13eb4 100755
(executable)
--- a/
arch/arm/plat-rk/Kconfig
+++ b/
arch/arm/plat-rk/Kconfig
@@
-165,8
+165,7
@@
config RK_DEBUG_UART
config RK_USB_UART
bool "Support USB UART Bypass Function"
- depends on ARCH_RK2928 && (RK_DEBUG_UART = 2)
- default n
+ depends on (ARCH_RK2928 || ARCH_RK3188) && (RK_DEBUG_UART = 2)
config RK_CONSOLE_THREAD
bool "Console write by thread"