Browse Source
Add missing conf and power-domains for adafruit_feather_esp32s2 boards for the BME280 sample Signed-off-by: Philipp Steiner <philipp.steiner1987@gmail.com>pull/88259/head
6 changed files with 15 additions and 0 deletions
@ -0,0 +1,4 @@
@@ -0,0 +1,4 @@
|
||||
CONFIG_POWER_DOMAIN=y |
||||
CONFIG_GPIO=y |
||||
CONFIG_PM_DEVICE=y |
||||
CONFIG_PM_DEVICE_POWER_DOMAIN=y |
@ -0,0 +1,4 @@
@@ -0,0 +1,4 @@
|
||||
CONFIG_POWER_DOMAIN=y |
||||
CONFIG_GPIO=y |
||||
CONFIG_PM_DEVICE=y |
||||
CONFIG_PM_DEVICE_POWER_DOMAIN=y |
@ -0,0 +1,4 @@
@@ -0,0 +1,4 @@
|
||||
CONFIG_POWER_DOMAIN=y |
||||
CONFIG_GPIO=y |
||||
CONFIG_PM_DEVICE=y |
||||
CONFIG_PM_DEVICE_POWER_DOMAIN=y |
Loading…
Reference in new issue