Organizes sensor drivers by vendor to distribute maintainership responsibilities. Signed-off-by: Maureen Helm <maureen.helm@analog.com>
12 lines
229 B
Plaintext
12 lines
229 B
Plaintext
#
|
|
# Copyright (c) 2022 Badgerd Technologies B.V and its affiliates
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
config BMP581
|
|
bool "BMP581 barometric pressure sensor"
|
|
depends on DT_HAS_BOSCH_BMP581_ENABLED
|
|
select I2C
|
|
default y
|