14 lines
304 B
Plaintext
14 lines
304 B
Plaintext
#
|
|
# Copyright (c) 2023 SILA Embedded Solutions GmbH
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
config PWM_MAX31790
|
|
bool "MAX31790 6-channel I2C-bus PWM controller"
|
|
default y
|
|
depends on DT_HAS_MAXIM_MAX31790_PWM_ENABLED
|
|
select MFD
|
|
help
|
|
Enable driver for MAX31790 6-channel I2C-bus PWM controller.
|