1# Copyright (c) 2024 Analog Devices Inc. 2# Copyright (c) 2024 BayLibre SAS 3# SPDX-License-Identifier: Apache-2.0 4 5config DAC_MAX22017 6 bool "Analog Devices MAX22017 DAC" 7 default y 8 depends on DT_HAS_ADI_MAX22017_DAC_ENABLED 9 select MFD 10 help 11 Enable the driver for the Analog Devices MAX22017 DAC 12 13if DAC_MAX22017 14 15config DAC_MAX22017_INIT_PRIORITY 16 int "Init priority" 17 default 80 18 help 19 Analog Devices MAX22017 DAC device driver initialization priority. 20 21endif # DAC_MAX22017 22