# SPDX-License-Identifier: GPL-2.0-only # # On-Chip Controller configuration # config [31mCONFIG_SENSORS_OCC_P8_I2C[0m tristate "POWER8 OCC through I2C" depends on [31mCONFIG_I2C[0m depends on [31mCONFIG_ARM[0m || [31mCONFIG_ARM64[0m || [31mCONFIG_COMPILE_TEST[0m select [31mCONFIG_SENSORS_OCC[0m help This option enables support for monitoring sensors provided by the On-Chip Controller (OCC) on a POWER8 processor. However, this driver can only run on a baseboard management controller (BMC) connected to the P8, not the POWER processor itself. Communications with the OCC are established through [31mCONFIG_I2C[0m bus. This driver can also be built as a module. If so, the module will be called occ-p8-hwmon. config [31mCONFIG_SENSORS_OCC_P9_SBE[0m tristate "POWER9 OCC through SBE" depends on [31mCONFIG_FSI_OCC[0m depends on [31mCONFIG_ARM[0m || [31mCONFIG_ARM64[0m || [31mCONFIG_COMPILE_TEST[0m select [31mCONFIG_SENSORS_OCC[0m help This option enables support for monitoring sensors provided by the On-Chip Controller (OCC) on a POWER9 processor. However, this driver can only run on a baseboard management controller (BMC) connected to the P9, not the POWER processor itself. Communications with the OCC are established through SBE fifo on an [31mCONFIG_FSI[0m bus. This driver can also be built as a module. If so, the module will be called occ-p9-hwmon. config [31mCONFIG_SENSORS_OCC[0m tristate |