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

pkg/driver_bme680/kconfig: remove prompt and depend on driver module

The BME680 package cannot be used by itself, but is needed for RIOT
BME680 driver. The user should not select this directly, so we remove
the prompt and additionally add a dependency on the driver.
This commit is contained in:
Leandro Lanzieri 2021-12-12 11:29:16 +01:00
parent 85313ccc02
commit ab88c0fdb2
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593

View File

@ -6,11 +6,15 @@
#
config PACKAGE_DRIVER_BME680
bool "BME680 sensor driver package"
bool
depends on TEST_KCONFIG
depends on MODULE_BME680
select MODULE_DRIVER_BME680_CONTRIB
select MODULE_ZTIMER
select MODULE_ZTIMER_MSEC
help
BME680 sensor library, written and maintained by Bosch Sensortec. This is
needed by RIOT BME680 driver.
config MODULE_DRIVER_BME680_CONTRIB
bool