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