Kconfig 255 B

1234567891011121314
  1. menu "THERMAL Devices"
  2. config DRIVERS_THERMAL
  3. bool "enable thermal driver"
  4. select DRIVERS_EFUSE
  5. default y
  6. config HAL_TEST_THERMAL
  7. bool "enable thermal hal APIs test command"
  8. depends on DRIVERS_THERMAL
  9. default n
  10. endmenu