mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-14 13:39:05 +01:00
mediatek: disable MediaTek SoC Information (mtk-socinfo) driver
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
With the switch to Linux 6.12 this driver was enabled by accident. However, it doesn't support any of the router SoCs but is meant to be used only by the smartphone, tablet and chromebook SoCs. Disable the driver again to silence a kernel error logline during boot. Fixes:0a0f5f94ec("mediatek: mt7623: update config-6.12") Fixes:029b7ed9c4("mediatek: mt7622: update config-6.12") Reported-by: https://aparcar.org/openwrt-tests/119/ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
66c34c6f4a
commit
8097cbc14a
2 changed files with 2 additions and 2 deletions
|
|
@ -296,7 +296,7 @@ CONFIG_MTK_PMIC_WRAP=y
|
|||
CONFIG_MTK_REGULATOR_COUPLER=y
|
||||
CONFIG_MTK_SCPSYS=y
|
||||
CONFIG_MTK_SCPSYS_PM_DOMAINS=y
|
||||
CONFIG_MTK_SOCINFO=y
|
||||
# CONFIG_MTK_SOCINFO is not set
|
||||
CONFIG_MTK_SOC_THERMAL=y
|
||||
# CONFIG_MTK_SVS is not set
|
||||
CONFIG_MTK_THERMAL=y
|
||||
|
|
|
|||
|
|
@ -428,7 +428,7 @@ CONFIG_MTK_REGULATOR_COUPLER=y
|
|||
CONFIG_MTK_SCPSYS=y
|
||||
CONFIG_MTK_SCPSYS_PM_DOMAINS=y
|
||||
CONFIG_MTK_SMI=y
|
||||
CONFIG_MTK_SOCINFO=y
|
||||
# CONFIG_MTK_SOCINFO is not set
|
||||
CONFIG_MTK_SOC_THERMAL=y
|
||||
# CONFIG_MTK_SVS is not set
|
||||
CONFIG_MTK_THERMAL=y
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue