1#
2# Copyright (c) 2022 Badgerd Technologies B.V and its affiliates
3#
4# SPDX-License-Identifier: Apache-2.0
5#
6
7config BMP581
8	bool "BMP581 barometric pressure sensor"
9	depends on DT_HAS_BOSCH_BMP581_ENABLED
10	select I2C
11	default y
12