diff options
author | John Crispin <blogic@openwrt.org> | 2014-10-06 20:05:29 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-10-06 20:05:29 +0000 |
commit | 5dc87ed592a64d8165b3772ff466f6be4f7b161a (patch) | |
tree | a0280bd0fbc12c99d69cd0d63622ed3441e77c1d /target/linux/octeon | |
parent | a7658d45cd736f10b124a03a7da232f1d5019466 (diff) | |
download | master-187ad058-5dc87ed592a64d8165b3772ff466f6be4f7b161a.tar.gz master-187ad058-5dc87ed592a64d8165b3772ff466f6be4f7b161a.tar.bz2 master-187ad058-5dc87ed592a64d8165b3772ff466f6be4f7b161a.zip |
octeon: fix serial console for 3.14 kernel
Signed-off-by: Roman Yeryomin <roman@advem.lv>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42808 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |