1# Copyright 2023 Renesas Electronics Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4config REGULATOR_DA1469X
5	bool "DA1469X regulators driver"
6	default y
7	depends on DT_HAS_RENESAS_SMARTBOND_REGULATOR_ENABLED
8	help
9	  Enable support for the Smartbond DA1469x regulators.
10
11config REGULATOR_DA1469X_INIT_PRIORITY
12	int "Renesas DA1469x regulators driver init priority"
13	default KERNEL_INIT_PRIORITY_DEVICE
14	depends on REGULATOR_DA1469X
15	help
16	  Init priority for the Renesas DA1469x regulators driver.
17