11 lines
272 B
Plaintext
11 lines
272 B
Plaintext
|
# Copyright (c) 2023 Grinn
|
||
|
# SPDX -License-Identifier: Apache-2.0
|
||
|
|
||
|
config MFD_MAX20335
|
||
|
bool "MAX20335 PMIC multi-function device driver"
|
||
|
default y
|
||
|
depends on DT_HAS_MAXIM_MAX20335_ENABLED
|
||
|
select I2C
|
||
|
help
|
||
|
Enable the Maxim MAX20335 PMIC multi-function device driver
|