1# Copyright (c) 2024 Analog Devices Inc. 2# Copyright (c) 2024 BayLibre SAS 3# SPDX-License-Identifier: Apache-2.0 4 5config MFD_MAX22017 6 bool "Analog Devices MAX22017 DAC/GPIO chip" 7 default y 8 depends on SPI 9 select CRC 10 depends on DT_HAS_ADI_MAX22017_ENABLED 11 help 12 Enable the driver for the Analog Devices MAX22017 DAC/GPIO chip 13