diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-05-29 12:55:12 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-06-03 12:20:33 +0200 |
commit | 604b92dbd0597e1a12a16c05ce0bb2c979326137 (patch) | |
tree | f4134c07bdf4eec5654392c5aa3ceddccd2fe376 /target/linux/ramips/mt7620 | |
parent | 243e79e10ce40b395ecda86ef151ebcc21d19854 (diff) | |
download | upstream-604b92dbd0597e1a12a16c05ce0bb2c979326137.tar.gz upstream-604b92dbd0597e1a12a16c05ce0bb2c979326137.tar.bz2 upstream-604b92dbd0597e1a12a16c05ce0bb2c979326137.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/mt7620')
-rw-r--r-- | target/linux/ramips/mt7620/config-4.4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ramips/mt7620/config-4.4 b/target/linux/ramips/mt7620/config-4.4 index 4bc890ca84..cd90484e1e 100644 --- a/target/linux/ramips/mt7620/config-4.4 +++ b/target/linux/ramips/mt7620/config-4.4 @@ -180,7 +180,6 @@ 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_OF_PLATFORM=y CONFIG_SOC_MT7620=y |