2fc36432e6
Organizes sensor drivers by vendor to distribute maintainership responsibilities. Signed-off-by: Maureen Helm <maureen.helm@analog.com>
12 lines
381 B
Plaintext
12 lines
381 B
Plaintext
# Copyright (c) 2023 Würth Elektronik eiSos GmbH & Co. KG
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config WSEN_PDUS
|
|
bool "WSEN-PDUS differential pressure sensor"
|
|
default y
|
|
depends on DT_HAS_WE_WSEN_PDUS_ENABLED
|
|
select I2C if $(dt_compat_on_bus,$(DT_COMPAT_WE_WSEN_PDUS),i2c)
|
|
select HAS_WESENSORS
|
|
help
|
|
Enable driver for the WSEN-PDUS I2C-based differential pressure sensor.
|