# 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.
