r8125: turn on multi-queue support and turn off ASPM (#8433)

开启RTL8125B的多队列支持和关闭ASPM
This commit is contained in:
ntlf9t 2021-12-14 20:30:09 +08:00 committed by GitHub
parent ab8bdce1c2
commit b57240d4ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,13 +35,13 @@ ENABLE_REALWOW_SUPPORT = n
ENABLE_DASH_SUPPORT = n ENABLE_DASH_SUPPORT = n
ENABLE_DASH_PRINTER_SUPPORT = n ENABLE_DASH_PRINTER_SUPPORT = n
CONFIG_DOWN_SPEED_100 = n CONFIG_DOWN_SPEED_100 = n
CONFIG_ASPM = y CONFIG_ASPM = n
ENABLE_S5WOL = y ENABLE_S5WOL = y
ENABLE_S5_KEEP_CURR_MAC = n ENABLE_S5_KEEP_CURR_MAC = n
ENABLE_EEE = y ENABLE_EEE = y
ENABLE_S0_MAGIC_PACKET = n ENABLE_S0_MAGIC_PACKET = n
ENABLE_TX_NO_CLOSE = y ENABLE_TX_NO_CLOSE = y
ENABLE_MULTIPLE_TX_QUEUE = n ENABLE_MULTIPLE_TX_QUEUE = y
ENABLE_PTP_SUPPORT = n ENABLE_PTP_SUPPORT = n
ENABLE_PTP_MASTER_MODE = n ENABLE_PTP_MASTER_MODE = n
ENABLE_RSS_SUPPORT = y ENABLE_RSS_SUPPORT = y