zephyr/drivers/sensor/wsen/wsen_pdus/Kconfig
Maureen Helm 2fc36432e6 drivers: sensor: wsen: Move to vendor subdirectory
Organizes sensor drivers by vendor to distribute maintainership
responsibilities.

Signed-off-by: Maureen Helm <maureen.helm@analog.com>
2024-04-08 09:14:06 -04:00

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.