Skip to content

Commit

Permalink
nuttx/boards /arm/cxd56xx/drivers/sensors/Kconfig: Fix bmp280 texts i…
Browse files Browse the repository at this point in the history
…n Kconfig

Fix SENSORS_BMP280_SCU texts in Kconfig
  • Loading branch information
simbit18 authored and jerpelea committed Apr 21, 2023
1 parent ff376ce commit 6ca0f90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boards/arm/cxd56xx/drivers/sensors/Kconfig
Expand Up @@ -128,11 +128,11 @@ config SENSORS_BMI160_SCU_DECI_ACCEL
endif # SENSORS_BMI160_SCU

config SENSORS_BMP280_SCU
bool "Bosch BMP280 Barometic Pressure Sensor"
bool "Bosch BMP280 Barometric Pressure Sensor"
default n
depends on !SENSORS_BMP280 && (CXD56_I2C0_SCUSEQ || CXD56_I2C1_SCUSEQ)
---help---
Enable driver for the Bosch BMP280 barometic pressure sensor.
Enable driver for the Bosch BMP280 barometric pressure sensor.

if SENSORS_BMP280_SCU

Expand Down

0 comments on commit 6ca0f90

Please sign in to comment.