realtek: prepare RTL931x for full SMP support
RTL931x devices are dual core with two threads each. That is a total of 4 VPEs (CPUs) in the kernel. Adapt the kernel config for that. Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de> Signed-off-by: Sebastian Gottschall <s.gottschall@dd-wrt.com> Link: https://github.com/openwrt/openwrt/pull/18889 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
4cd3c6d79d
commit
b648fda020
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ CONFIG_NET_SELFTESTS=y
|
||||||
CONFIG_NET_XGRESS=y
|
CONFIG_NET_XGRESS=y
|
||||||
CONFIG_NO_EXCEPT_FILL=y
|
CONFIG_NO_EXCEPT_FILL=y
|
||||||
CONFIG_NO_GENERIC_PCI_IOPORT_MAP=y
|
CONFIG_NO_GENERIC_PCI_IOPORT_MAP=y
|
||||||
CONFIG_NR_CPUS=2
|
CONFIG_NR_CPUS=4
|
||||||
CONFIG_NVMEM=y
|
CONFIG_NVMEM=y
|
||||||
CONFIG_NVMEM_LAYOUTS=y
|
CONFIG_NVMEM_LAYOUTS=y
|
||||||
CONFIG_OF=y
|
CONFIG_OF=y
|
||||||
|
|
Loading…
Reference in a new issue