diff options
author | Inochi Amaoto <inochiama@outlook.com> | 2024-08-17 10:22:57 +0800 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2024-08-27 08:11:15 -0700 |
commit | 758b62e562f2fdffd26a84dbeafbe6888a7e130c (patch) | |
tree | 64cf78edd6533f6b4558013f14cc0129583a818b /drivers/hwmon/Kconfig | |
parent | 87798d9f700b9a9b4afd4193b4874b7d9c36ee1f (diff) | |
download | lwn-758b62e562f2fdffd26a84dbeafbe6888a7e130c.tar.gz lwn-758b62e562f2fdffd26a84dbeafbe6888a7e130c.zip |
hwmon: Add sophgo SG2042 external hardware monitor support
SG2042 use an external MCU to provide basic hardware information
and thermal sensors.
Add driver support for the onboard MCU of SG2042.
Signed-off-by: Inochi Amaoto <inochiama@outlook.com>
Message-ID: <IA1PR20MB49536C786048D1E676BB9C20BB822@IA1PR20MB4953.namprd20.prod.outlook.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 1db349ecb1a4..65ea92529406 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -2068,6 +2068,17 @@ config SENSORS_SFCTEMP This driver can also be built as a module. If so, the module will be called sfctemp. +config SENSORS_SG2042_MCU + tristate "Sophgo onboard MCU support" + depends on I2C + depends on ARCH_SOPHGO || COMPILE_TEST + help + Support for onboard MCU of Sophgo SG2042 SoCs. This mcu provides + power control and some basic information. + + This driver can be built as a module. If so, the module + will be called sg2042-mcu. + config SENSORS_SURFACE_FAN tristate "Surface Fan Driver" depends on SURFACE_AGGREGATOR |