1menu "PRCM Devices"
2
3config DRIVERS_PRCM
4    bool "enable prcm driver"
5        default y
6
7config HAL_TEST_PRCM
8    bool "enable prcm hal APIs test command"
9    depends on DRIVERS_PRCM
10        default n
11
12endmenu
13