4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-26 17:17:36 +08:00
2023-01-08 22:52:13 -05:00

13 lines
217 B
Plaintext

menu "EFUSE Devices"
config DRIVERS_EFUSE
bool "enable efuse driver"
default y
config HAL_TEST_EFUSE
bool "enable efuse hal APIs test command"
depends on DRIVERS_EFUSE
default n
endmenu