mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 17:32:44 +01:00
drivers/bmx280: Update kconfig model
This commit is contained in:
parent
7966f18479
commit
b1fdef7fe5
@ -5,7 +5,6 @@
|
|||||||
# directory for more details.
|
# directory for more details.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
menuconfig MODULE_BMX280
|
menuconfig MODULE_BMX280
|
||||||
bool
|
bool
|
||||||
prompt "BMx280 Temperature, pressure and humidity sensors" if !(MODULE_SAUL_DEFAULT && HAVE_BMX280)
|
prompt "BMx280 Temperature, pressure and humidity sensors" if !(MODULE_SAUL_DEFAULT && HAVE_BMX280)
|
||||||
@ -52,6 +51,11 @@ endchoice
|
|||||||
|
|
||||||
endif # MODULE_BMX280
|
endif # MODULE_BMX280
|
||||||
|
|
||||||
|
config HAVE_BMX280
|
||||||
|
bool
|
||||||
|
help
|
||||||
|
Indicates that a bmx280 sensor is present.
|
||||||
|
|
||||||
config HAVE_BME280_I2C
|
config HAVE_BME280_I2C
|
||||||
bool
|
bool
|
||||||
select HAVE_BMX280
|
select HAVE_BMX280
|
||||||
@ -75,9 +79,3 @@ config HAVE_BMP280_SPI
|
|||||||
select HAVE_BMX280
|
select HAVE_BMX280
|
||||||
help
|
help
|
||||||
Indicates that a bmp280 sensor on the SPI bus is present.
|
Indicates that a bmp280 sensor on the SPI bus is present.
|
||||||
|
|
||||||
config HAVE_BMX280
|
|
||||||
bool
|
|
||||||
select MODULE_BMX280 if MODULE_SAUL_DEFAULT
|
|
||||||
help
|
|
||||||
Indicates that a bmx280 sensor is present.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user