projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a127e2d
)
h8300: drivers/serial/Kconfig was moved
author
Paul Bolle
<pebolle@tiscali.nl>
Tue, 11 Oct 2011 11:23:29 +0000
(13:23 +0200)
committer
Jiri Kosina
<jkosina@suse.cz>
Sat, 29 Oct 2011 19:26:14 +0000
(21:26 +0200)
commit
ab4382d27412e7e3e7c936e8d50d8888dfac3df8
moved
drivers/serial/Kconfig to drivers/tty/serial/Kconfig, so we need to
source the latter file.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/h8300/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/h8300/Kconfig
b/arch/h8300/Kconfig
index 7ed7714573c82e7bac9e8713d719e40722a12517..d1f377f5d3b61b6f2cbeb575cb9aa02a8992d821 100644
(file)
--- a/
arch/h8300/Kconfig
+++ b/
arch/h8300/Kconfig
@@
-195,7
+195,7
@@
config UNIX98_PTYS
source "drivers/char/pcmcia/Kconfig"
-source "drivers/serial/Kconfig"
+source "drivers/
tty/
serial/Kconfig"
source "drivers/i2c/Kconfig"