1. Add the regulator driver framework. 2. Add the generic voltage and current regulator API support for drivers. Signed-off-by: GuEe-GUI <2991707448@qq.com>
11 lines
245 B
Plaintext
11 lines
245 B
Plaintext
menuconfig RT_USING_REGULATOR
|
|
bool "Using Voltage and Current Regulator"
|
|
select RT_USING_ADT
|
|
select RT_USING_ADT_REF
|
|
depends on RT_USING_DM
|
|
default n
|
|
|
|
if RT_USING_REGULATOR
|
|
osource "$(SOC_DM_REGULATOR_DIR)/Kconfig"
|
|
endif
|