zephyr/drivers/regulator/Kconfig.cp9314
Ricardo Rivera-Matos 814a1875f6 drivers: regulator: cp9314: adds initial support
Adds support for the CP9314 switched capacitor converter. The
CP9314 is a multi-level DC/DC converter capable of operating in
2:1 and 3:1 modes.

Signed-off-by: Ricardo Rivera-Matos <rriveram@opensource.cirrus.com>
2024-02-27 14:57:12 +01:00

20 lines
584 B
Plaintext

# Copyright (c) 2023 Cirrus Logic, Inc.
# SPDX-License-Identifier: Apache-2.0
config REGULATOR_CP9314
bool "CP9314 Switched Cap Converter regulator driver"
default y
depends on DT_HAS_CIRRUS_CP9314_ENABLED
help
Enable the Cirrus Logic CP9314 Switched Cap Converter
regulator driver
config REGULATOR_CP9314_INIT_PRIORITY
int "CP9314 regulator driver init priority"
default KERNEL_INIT_PRIORITY_DEVICE
depends on REGULATOR_CP9314
help
Init priority for the Cirrus Logic CP9314 Switched Cap
Converter regulator driver. It must be greater than I2C
init priority.