Kconfig 211 B

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