Loading...
Note: File does not exist in v3.1.
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# On-Chip Controller configuration
4#
5
6config SENSORS_OCC_P8_I2C
7 tristate "POWER8 OCC through I2C"
8 depends on I2C
9 select SENSORS_OCC
10 help
11 This option enables support for monitoring sensors provided by the
12 On-Chip Controller (OCC) on a POWER8 processor. However, this driver
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.
16
17 This driver can also be built as a module. If so, the module will be
18 called occ-p8-hwmon.
19
20config SENSORS_OCC_P9_SBE
21 tristate "POWER9 OCC through SBE"
22 depends on FSI_OCC
23 select SENSORS_OCC
24 help
25 This option enables support for monitoring sensors provided by the
26 On-Chip Controller (OCC) on a POWER9 processor. However, this driver
27 can only run on a baseboard management controller (BMC) connected to
28 the P9, not the POWER processor itself. Communications with the OCC are
29 established through SBE fifo on an FSI bus.
30
31 This driver can also be built as a module. If so, the module will be
32 called occ-p9-hwmon.
33
34config SENSORS_OCC
35 tristate