Kconfig 1.2 KB

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