mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 10:12:55 +00:00
Support connection via SPI and keep I2C as the default. Jira: ZEP-1698 Change-Id: I42a76131577a37429375364deb07e451107f5d81 Signed-off-by: Dario Pennisi <dario@iptronix.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
7 lines
111 B
Plaintext
7 lines
111 B
Plaintext
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_I2C=y
|
|
CONFIG_SPI=y
|
|
CONFIG_BME280_DEV_TYPE_SPI=y
|
|
CONFIG_SENSOR=y
|
|
CONFIG_BME280=y
|