Skip to content

Commit

Permalink
Merge pull request #1062 from Sensirion/sht_sensors
Browse files Browse the repository at this point in the history
config: Enable SHT drivers for raspberry pi
  • Loading branch information
popcornmix committed Jul 15, 2015
2 parents 4259dcc + 58c8446 commit d901846
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion arch/arm/configs/bcm2709_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,9 @@ CONFIG_W1_SLAVE_BQ27000=m
CONFIG_BATTERY_DS2760=m
CONFIG_POWER_RESET=y
CONFIG_POWER_RESET_GPIO=y
# CONFIG_HWMON is not set
CONFIG_HWMON=m
CONFIG_SENSORS_SHT21=m
CONFIG_SENSORS_SHTC1=m
CONFIG_THERMAL=y
CONFIG_THERMAL_BCM2835=y
CONFIG_WATCHDOG=y
Expand Down
4 changes: 3 additions & 1 deletion arch/arm/configs/bcmrpi_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,9 @@ CONFIG_W1_SLAVE_BQ27000=m
CONFIG_BATTERY_DS2760=m
CONFIG_POWER_RESET=y
CONFIG_POWER_RESET_GPIO=y
# CONFIG_HWMON is not set
CONFIG_HWMON=m
CONFIG_SENSORS_SHT21=m
CONFIG_SENSORS_SHTC1=m
CONFIG_THERMAL=y
CONFIG_THERMAL_BCM2835=y
CONFIG_WATCHDOG=y
Expand Down

0 comments on commit d901846

Please sign in to comment.