mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-24 09:37:23 +08:00
13 lines
208 B
Plaintext
13 lines
208 B
Plaintext
|
menu "PRCM Devices"
|
||
|
|
||
|
config DRIVERS_PRCM
|
||
|
bool "enable prcm driver"
|
||
|
default y
|
||
|
|
||
|
config HAL_TEST_PRCM
|
||
|
bool "enable prcm hal APIs test command"
|
||
|
depends on DRIVERS_PRCM
|
||
|
default n
|
||
|
|
||
|
endmenu
|