Skip to content

Commit

Permalink
hwmon: OCC drivers are ARM-only
Browse files Browse the repository at this point in the history
These drivers are for a BMC inside PowerPC servers. The BMC runs on
ARM hardware, so only propose the drivers on this architecture, unless
build-testing.

Signed-off-by: Jean Delvare <[email protected]>
Cc: Eddie James <[email protected]>
Cc: Guenter Roeck <[email protected]>
Reviewed-by: Eddie James <[email protected]>
Signed-off-by: Guenter Roeck <[email protected]>
  • Loading branch information
jdelvare authored and groeck committed Apr 16, 2019
1 parent 5679ed9 commit c112d75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/hwmon/occ/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
config SENSORS_OCC_P8_I2C
tristate "POWER8 OCC through I2C"
depends on I2C
depends on ARM || ARM64 || COMPILE_TEST
select SENSORS_OCC
help
This option enables support for monitoring sensors provided by the
Expand All @@ -17,6 +18,7 @@ config SENSORS_OCC_P8_I2C
config SENSORS_OCC_P9_SBE
tristate "POWER9 OCC through SBE"
depends on FSI_OCC
depends on ARM || ARM64 || COMPILE_TEST
select SENSORS_OCC
help
This option enables support for monitoring sensors provided by the
Expand Down

0 comments on commit c112d75

Please sign in to comment.