2023-01-08 22:52:13 -05:00

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