summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
blob: 11a01543c5b29deed2d507594739e7e2257037ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
if REGULATOR

config REGULATOR_PMIC_OTP
	bool "Provide a regulator with PMIC OTP without PMIC registration"
	help
	  This driver able to provide all regulator interface to client
	  without any actual implementation. This should be used if it
	  is required to use the PMCI OTP configuration and do not want
	  to register PMIC.

endif