diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-10-11 13:23:29 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-10-29 21:26:14 +0200 |
commit | 800100afc7a01ed581702bfaa6014f646e6eff5d (patch) | |
tree | 7f9d8d7bb819f5567fedf0764d7eb419dec71b9c | |
parent | namespace: mnt_want_write: Remove unused label 'out' (diff) | |
download | linux-800100afc7a01ed581702bfaa6014f646e6eff5d.tar.xz linux-800100afc7a01ed581702bfaa6014f646e6eff5d.zip |
h8300: drivers/serial/Kconfig was moved
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>
-rw-r--r-- | arch/h8300/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/h8300/Kconfig b/arch/h8300/Kconfig index 7ed7714573c8..d1f377f5d3b6 100644 --- 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" |