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:
9fdbdd0
)
h8300: drivers/serial/Kconfig was moved
author
Paul Bolle
<pebolle@tiscali.nl>
Tue, 11 Oct 2011 11:23:29 +0000
(13:23 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 18 Oct 2011 21:17:41 +0000
(14:17 -0700)
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: Greg Kroah-Hartman <gregkh@suse.de>
arch/h8300/Kconfig
patch
|
blob
|
history
diff --git
a/arch/h8300/Kconfig
b/arch/h8300/Kconfig
index 091ed6192ae831f7f2a96ecb663c1528b6c29632..2b1eee7198c77368dbbd4d0a4544fc0e2465e40f 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"