diff options
author | Rahul Tanwar <rahul.tanwar@linux.intel.com> | 2020-10-05 17:27:46 +0800 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2020-10-06 14:51:18 -0700 |
commit | 9d823351a337484ad0ed436c626dd4967b5602dd (patch) | |
tree | 8eb84872ef33ee4a8fa7c94ce8bfd1224571164c /drivers/hwmon/Kconfig | |
parent | 748022ef093f73d424115ee40bf205dbbe8fb198 (diff) | |
download | linux-9d823351a337484ad0ed436c626dd4967b5602dd.tar.gz linux-9d823351a337484ad0ed436c626dd4967b5602dd.tar.bz2 linux-9d823351a337484ad0ed436c626dd4967b5602dd.zip |
hwmon: Add hardware monitoring driver for Moortec MR75203 PVT controller
PVT controller (MR75203) is used to configure & control
Moortec embedded analog IP which contains temprature
sensor(TS), voltage monitor(VM) & process detector(PD)
modules. Add hardware monitoring driver to support
MR75203 PVT controller.
Signed-off-by: Rahul Tanwar <rahul.tanwar@linux.intel.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Link: https://lore.kernel.org/r/05b59cd860d2a1aa0a68ab300829efe709645184.1601889876.git.rahul.tanwar@linux.intel.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 88866c55e7fc..676ad6ee7f8d 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -1112,6 +1112,16 @@ config SENSORS_MENF21BMC_HWMON This driver can also be built as a module. If so the module will be called menf21bmc_hwmon. +config SENSORS_MR75203 + tristate "Moortec Semiconductor MR75203 PVT Controller" + select REGMAP_MMIO + help + If you say yes here you get support for Moortec MR75203 + PVT controller. + + This driver can also be built as a module. If so, the module + will be called mr75203. + config SENSORS_ADCXX tristate "National Semiconductor ADCxxxSxxx" depends on SPI_MASTER |