mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-05 05:23:46 +00:00
Support for NVMEM(Non Volatile Memory) devices like EEPROM, EFUSES... Signed-off-by: GuEe-GUI <2991707448@qq.com>
13 lines
302 B
Plaintext
13 lines
302 B
Plaintext
menuconfig RT_USING_NVMEM
|
|
bool "Using Non Volatile Memory (NVMEM) device drivers"
|
|
depends on RT_USING_DM
|
|
depends on RT_USING_OFW
|
|
depends on RT_USING_PIN
|
|
select RT_USING_ADT
|
|
select RT_USING_ADT_REF
|
|
default n
|
|
|
|
if RT_USING_NVMEM
|
|
osource "$(SOC_DM_NVMEM_DIR)/Kconfig"
|
|
endif
|