1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:32:46 +01:00

drivers/bmx280: Update kconfig model

This commit is contained in:
MrKevinWeiss 2022-03-02 14:03:33 +01:00
parent 7966f18479
commit b1fdef7fe5
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -5,7 +5,6 @@
# directory for more details.
#
menuconfig MODULE_BMX280
bool
prompt "BMx280 Temperature, pressure and humidity sensors" if !(MODULE_SAUL_DEFAULT && HAVE_BMX280)
@ -52,6 +51,11 @@ endchoice
endif # MODULE_BMX280
config HAVE_BMX280
bool
help
Indicates that a bmx280 sensor is present.
config HAVE_BME280_I2C
bool
select HAVE_BMX280
@ -75,9 +79,3 @@ config HAVE_BMP280_SPI
select HAVE_BMX280
help
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.