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>
This commit is contained in:
parent
71ea3b4814
commit
25b7295617
1 changed files with 2 additions and 2 deletions
|
@ -181,8 +181,8 @@ CONFIG_SCHED_HRTICK=y
|
||||||
# CONFIG_SCHED_INFO is not set
|
# CONFIG_SCHED_INFO is not set
|
||||||
# CONFIG_SCSI_DMA is not set
|
# CONFIG_SCSI_DMA is not set
|
||||||
# CONFIG_SERIAL_8250_FSL is not set
|
# CONFIG_SERIAL_8250_FSL is not set
|
||||||
CONFIG_SERIAL_8250_NR_UARTS=4
|
CONFIG_SERIAL_8250_NR_UARTS=3
|
||||||
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
|
CONFIG_SERIAL_8250_RUNTIME_UARTS=3
|
||||||
CONFIG_SERIAL_OF_PLATFORM=y
|
CONFIG_SERIAL_OF_PLATFORM=y
|
||||||
CONFIG_SOC_MT7620=y
|
CONFIG_SOC_MT7620=y
|
||||||
# CONFIG_SOC_MT7621 is not set
|
# CONFIG_SOC_MT7621 is not set
|
||||||
|
|
Loading…
Reference in a new issue