4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-02 06:50:23 +08:00

11 lines
245 B
Plaintext
Raw Normal View History

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