diff options
author | Eddie James <eajames@linux.ibm.com> | 2019-04-16 11:54:28 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2019-04-16 18:15:52 -0400 |
commit | d2a9b01ff68210cbe78c499858d51890938dee86 (patch) | |
tree | 04209f5a99cd3efc679d6427214abf4cf65fab8d /drivers/hwmon | |
parent | afe8419eb628430fe80452b9fd36cd0ebf411bd2 (diff) |
hwmon: (occ) Add more details to Kconfig help text
The help text needs to spell out how the driver runs on a BMC, as it
previously seemed to indicate it ran on a POWER processor.
Signed-off-by: Eddie James <eajames@linux.ibm.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon')
-rw-r--r-- | drivers/hwmon/occ/Kconfig | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/drivers/hwmon/occ/Kconfig b/drivers/hwmon/occ/Kconfig index 2a3869f15026..1658634a053e 100644 --- a/drivers/hwmon/occ/Kconfig +++ b/drivers/hwmon/occ/Kconfig | |||
@@ -9,8 +9,10 @@ config SENSORS_OCC_P8_I2C | |||
9 | select SENSORS_OCC | 9 | select SENSORS_OCC |
10 | help | 10 | help |
11 | This option enables support for monitoring sensors provided by the | 11 | This option enables support for monitoring sensors provided by the |
12 | On-Chip Controller (OCC) on a POWER8 processor. Communications with | 12 | On-Chip Controller (OCC) on a POWER8 processor. However, this driver |
13 | the OCC are established through I2C bus. | 13 | can only run on a baseboard management controller (BMC) connected to |
14 | the P8, not the POWER processor itself. Communications with the OCC are | ||
15 | established through I2C bus. | ||
14 | 16 | ||
15 | This driver can also be built as a module. If so, the module will be | 17 | This driver can also be built as a module. If so, the module will be |
16 | called occ-p8-hwmon. | 18 | called occ-p8-hwmon. |
@@ -22,8 +24,10 @@ config SENSORS_OCC_P9_SBE | |||
22 | select SENSORS_OCC | 24 | select SENSORS_OCC |
23 | help | 25 | help |
24 | This option enables support for monitoring sensors provided by the | 26 | This option enables support for monitoring sensors provided by the |
25 | On-Chip Controller (OCC) on a POWER9 processor. Communications with | 27 | On-Chip Controller (OCC) on a POWER9 processor. However, this driver |
26 | the OCC are established through SBE fifo on an FSI bus. | 28 | can only run on a baseboard management controller (BMC) connected to |
29 | the P9, not the POWER processor itself. Communications with the OCC are | ||
30 | established through SBE fifo on an FSI bus. | ||
27 | 31 | ||
28 | This driver can also be built as a module. If so, the module will be | 32 | This driver can also be built as a module. If so, the module will be |
29 | called occ-p9-hwmon. | 33 | called occ-p9-hwmon. |