diff options
author | John Crispin <john@openwrt.org> | 2014-10-06 20:05:29 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-10-06 20:05:29 +0000 |
commit | 3ff9c76e9e4acf0c47c9ea1f299194c32381b20f (patch) | |
tree | e55b0f50d91731fe6c3ae3646a6c6bcf333b39d7 /target/linux/octeon | |
parent | 97c202968a0e560194121b4b803ed0b63fe62869 (diff) | |
download | upstream-3ff9c76e9e4acf0c47c9ea1f299194c32381b20f.tar.gz upstream-3ff9c76e9e4acf0c47c9ea1f299194c32381b20f.tar.bz2 upstream-3ff9c76e9e4acf0c47c9ea1f299194c32381b20f.zip |
octeon: fix serial console for 3.14 kernel
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 42808
Diffstat (limited to 'target/linux/octeon')
-rw-r--r-- | target/linux/octeon/config-3.14 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/octeon/config-3.14 b/target/linux/octeon/config-3.14 index 389f1c71a1..baabe912c9 100644 --- a/target/linux/octeon/config-3.14 +++ b/target/linux/octeon/config-3.14 @@ -193,6 +193,7 @@ CONFIG_RPS=y CONFIG_SCHED_DEBUG=y CONFIG_SCSI=y CONFIG_SECCOMP=y +CONFIG_SERIAL_8250_DW=y CONFIG_SMP=y CONFIG_SPARSEMEM=y CONFIG_SPARSEMEM_STATIC=y |