Skip to content

Commit d901846

Browse files
committed
Merge pull request #1062 from Sensirion/sht_sensors
config: Enable SHT drivers for raspberry pi
2 parents 4259dcc + 58c8446 commit d901846

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

arch/arm/configs/bcm2709_defconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,9 @@ CONFIG_W1_SLAVE_BQ27000=m
611611
CONFIG_BATTERY_DS2760=m
612612
CONFIG_POWER_RESET=y
613613
CONFIG_POWER_RESET_GPIO=y
614-
# CONFIG_HWMON is not set
614+
CONFIG_HWMON=m
615+
CONFIG_SENSORS_SHT21=m
616+
CONFIG_SENSORS_SHTC1=m
615617
CONFIG_THERMAL=y
616618
CONFIG_THERMAL_BCM2835=y
617619
CONFIG_WATCHDOG=y

arch/arm/configs/bcmrpi_defconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,9 @@ CONFIG_W1_SLAVE_BQ27000=m
604604
CONFIG_BATTERY_DS2760=m
605605
CONFIG_POWER_RESET=y
606606
CONFIG_POWER_RESET_GPIO=y
607-
# CONFIG_HWMON is not set
607+
CONFIG_HWMON=m
608+
CONFIG_SENSORS_SHT21=m
609+
CONFIG_SENSORS_SHTC1=m
608610
CONFIG_THERMAL=y
609611
CONFIG_THERMAL_BCM2835=y
610612
CONFIG_WATCHDOG=y

0 commit comments

Comments
 (0)