4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-23 22:07:29 +08:00
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