1# 2# Copyright (c) 2023 SILA Embedded Solutions GmbH 3# 4# SPDX-License-Identifier: Apache-2.0 5# 6 7config PWM_MAX31790 8 bool "MAX31790 6-channel I2C-bus PWM controller" 9 default y 10 depends on DT_HAS_MAXIM_MAX31790_ENABLED 11 select I2C 12 help 13 Enable driver for MAX31790 6-channel I2C-bus PWM controller. 14