diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-06-24 13:04:05 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2016-06-24 13:04:05 +0200 |
commit | 58648bec39764f08eb7bde96308373ca0df7cc41 (patch) | |
tree | 408518ec644fd9bc936c8fa40126ba68689121b1 /target/linux/ramips/mt7628/config-4.4 | |
parent | e3c841de2cf752cf85dbf8ca562c6e9fd7ac64b0 (diff) | |
download | master-187ad058-58648bec39764f08eb7bde96308373ca0df7cc41.tar.gz master-187ad058-58648bec39764f08eb7bde96308373ca0df7cc41.tar.bz2 master-187ad058-58648bec39764f08eb7bde96308373ca0df7cc41.zip |
ramips: fix the number of uarts for each SoC
- Use default number of uarts (2) for rt288x/rt305x/rt3883/mt7620.
- Allow up to 3 uarts on MT7621 and MT7628.
- Remove unneeded SERIAL_8250_RT288X for MT7628.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/ramips/mt7628/config-4.4')
-rw-r--r-- | target/linux/ramips/mt7628/config-4.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/mt7628/config-4.4 b/target/linux/ramips/mt7628/config-4.4 index ef282b5f00..6b04457f17 100644 --- a/target/linux/ramips/mt7628/config-4.4 +++ b/target/linux/ramips/mt7628/config-4.4 @@ -177,8 +177,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_RT288X=y +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 |