The spi project configuration was incorrectly enabling i2c, which causes a cmake failure if a board supports spi but not i2c. Found by CI when adding spi support to the mimxrt1050_evk board. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
6 lines
98 B
Plaintext
6 lines
98 B
Plaintext
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_SPI=y
|
|
CONFIG_BME280_DEV_TYPE_SPI=y
|
|
CONFIG_SENSOR=y
|
|
CONFIG_BME280=y
|