1# VEAA-X-3 configuration options
2
3# Copyright (c) 2024, Vitrolife A/S
4# SPDX-License-Identifier: Apache-2.0
5
6config VEAA_X_3
7	bool "VEAA-X-3 pressure driver"
8	default y
9	depends on DT_HAS_FESTO_VEAA_X_3_ENABLED
10	depends on ADC
11	depends on DAC
12	help
13	  Enable driver for Festo VEAA-X-3.
14
15	  The driver assumes that the maximum ADC value matches the maximum
16	  output from the device, and that the maximum DAC value matches the
17	  maximum input value for the device. External hardware is probably
18	  required between the ADC/DAC and the device.
19