mediatek: mt7622: enable HWMON in kernel config
Building HWMON as module prevents some other drivers from getting built into the kernel, e.g. mxl-gpy. Always enable HWMON and also set THERMAL_HWMON. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
3f3c27e22c
commit
330321421a
|
@ -213,6 +213,7 @@ CONFIG_HAS_DMA=y
|
|||
CONFIG_HAS_IOMEM=y
|
||||
CONFIG_HAS_IOPORT=y
|
||||
CONFIG_HAS_IOPORT_MAP=y
|
||||
CONFIG_HWMON=y
|
||||
CONFIG_HW_RANDOM=y
|
||||
CONFIG_HW_RANDOM_MTK=y
|
||||
CONFIG_I2C=y
|
||||
|
@ -464,6 +465,7 @@ CONFIG_THERMAL_GOV_BANG_BANG=y
|
|||
CONFIG_THERMAL_GOV_FAIR_SHARE=y
|
||||
CONFIG_THERMAL_GOV_STEP_WISE=y
|
||||
CONFIG_THERMAL_GOV_USER_SPACE=y
|
||||
CONFIG_THERMAL_HWMON=y
|
||||
CONFIG_THERMAL_OF=y
|
||||
CONFIG_THERMAL_WRITABLE_TRIPS=y
|
||||
CONFIG_THREAD_INFO_IN_TASK=y
|
||||
|
|
Loading…
Reference in New Issue