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
|