diff options
author | Jean Delvare <jdelvare@suse.de> | 2019-04-10 12:47:26 +0200 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2019-04-15 17:19:53 -0700 |
commit | 5679ed99065372bc62c57a895950914e1c0fb9e0 (patch) | |
tree | e8c0b72ee41ac739d07941fa18e535eb00d89a59 /drivers/hwmon/occ/Kconfig | |
parent | 14b97ba5c20056102b3dd22696bf17b057e60976 (diff) | |
download | linux-5679ed99065372bc62c57a895950914e1c0fb9e0.tar.bz2 |
hwmon: (occ) Move common code to a separate module
Instead of duplicating the common code into the 2 (binary) drivers,
move the common code to a separate module. This is cleaner.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Eddie James <eajames@linux.ibm.com>
Cc: Guenter Roeck <linux@roeck-us.net>
Reviewed-by: Eddie James <eajames@linux.ibm.com>
Tested-by: Eddie James <eajames@linux.ibm.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/occ/Kconfig')
-rw-r--r-- | drivers/hwmon/occ/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/hwmon/occ/Kconfig b/drivers/hwmon/occ/Kconfig index 66686628fb53..9373945f6dc4 100644 --- a/drivers/hwmon/occ/Kconfig +++ b/drivers/hwmon/occ/Kconfig @@ -27,5 +27,4 @@ config SENSORS_OCC_P9_SBE called occ-p9-hwmon. config SENSORS_OCC - bool "POWER On-Chip Controller" - depends on SENSORS_OCC_P8_I2C || SENSORS_OCC_P9_SBE + tristate |