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

15 lines
255 B
Plaintext

menu "THERMAL Devices"
config DRIVERS_THERMAL
bool "enable thermal driver"
select DRIVERS_EFUSE
default y
config HAL_TEST_THERMAL
bool "enable thermal hal APIs test command"
depends on DRIVERS_THERMAL
default n
endmenu