mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-26 17:17:36 +08:00
13 lines
217 B
Plaintext
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
|