1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/bmx280/kconfig: show module only while testing Kconfig deps

This commit is contained in:
Leandro Lanzieri 2020-12-04 11:32:42 +01:00
parent 9d46bc7d7f
commit 7d02037f87
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593

View File

@ -8,6 +8,7 @@
choice
bool "BMx280 Temperature, pressure and humidity sensors"
optional
depends on TEST_KCONFIG
help
The driver supports both BME280 and BMP280 connected either via SPI or
I2C bus. Select one combination.