mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-24 17:17:23 +08:00
13 lines
211 B
Plaintext
13 lines
211 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
|