mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-06 14:01:39 +00:00
12 lines
238 B
Plaintext
12 lines
238 B
Plaintext
if RT_USING_DM
|
|
menu "Power Management (PM) Domains device drivers"
|
|
|
|
config RT_PMDOMAIN_SCMI
|
|
bool "ARM SCMI"
|
|
depends on RT_FIRMWARE_ARM_SCMI
|
|
default n
|
|
|
|
osource "$(SOC_DM_PMDOMAIN_DIR)/Kconfig"
|
|
endmenu
|
|
endif
|