mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-27 19:30:24 +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
|