diff options
author | Furong Xu <xfr@outlook.com> | 2017-02-16 11:10:28 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-02-16 09:54:30 +0100 |
commit | 25b7295617cc6b2e317ef970d6d8d04ada49822c (patch) | |
tree | f05628d0d63338f8b82544dbd77b7b3ff9abcdcf /target/linux/ramips/mt7688 | |
parent | 71ea3b481406cd44d2d94da60e6fdec5bc8a9eb9 (diff) | |
download | upstream-25b7295617cc6b2e317ef970d6d8d04ada49822c.tar.gz upstream-25b7295617cc6b2e317ef970d6d8d04ada49822c.tar.bz2 upstream-25b7295617cc6b2e317ef970d6d8d04ada49822c.zip |
ramips: fix the number of uarts for MT7688
Same as MT7621 and MT7628, MT7688 allows up to 3 uarts
Signed-off-by: Furong Xu <xfr@outlook.com>
Diffstat (limited to 'target/linux/ramips/mt7688')
-rw-r--r-- | target/linux/ramips/mt7688/config-4.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/mt7688/config-4.4 b/target/linux/ramips/mt7688/config-4.4 index 2bfd3f8f82..aad333bfdb 100644 --- a/target/linux/ramips/mt7688/config-4.4 +++ b/target/linux/ramips/mt7688/config-4.4 @@ -181,8 +181,8 @@ CONFIG_SCHED_HRTICK=y # CONFIG_SCHED_INFO is not set # CONFIG_SCSI_DMA is not set # CONFIG_SERIAL_8250_FSL is not set -CONFIG_SERIAL_8250_NR_UARTS=4 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4 +CONFIG_SERIAL_8250_NR_UARTS=3 +CONFIG_SERIAL_8250_RUNTIME_UARTS=3 CONFIG_SERIAL_OF_PLATFORM=y CONFIG_SOC_MT7620=y # CONFIG_SOC_MT7621 is not set |