4a397402a7
Maxim MAX20335 is a PMIC with Ultra-Low IQ Voltage Regulators and Battery Chargers for Small Lithium Ion Systems. Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
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
|