36 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# On-Chip Controller configuration4#5 6config SENSORS_OCC_P8_I2C7 tristate "POWER8 OCC through I2C"8 depends on I2C9 select SENSORS_OCC10 help11 This option enables support for monitoring sensors provided by the12 On-Chip Controller (OCC) on a POWER8 processor. However, this driver13 can only run on a baseboard management controller (BMC) connected to14 the P8, not the POWER processor itself. Communications with the OCC are15 established through I2C bus.16 17 This driver can also be built as a module. If so, the module will be18 called occ-p8-hwmon.19 20config SENSORS_OCC_P9_SBE21 tristate "POWER9 OCC through SBE"22 depends on FSI_OCC23 select SENSORS_OCC24 help25 This option enables support for monitoring sensors provided by the26 On-Chip Controller (OCC) on a POWER9 processor. However, this driver27 can only run on a baseboard management controller (BMC) connected to28 the P9, not the POWER processor itself. Communications with the OCC are29 established through SBE fifo on an FSI bus.30 31 This driver can also be built as a module. If so, the module will be32 called occ-p9-hwmon.33 34config SENSORS_OCC35 tristate36