blob: 6edea7310f5f78ac979a11a2e8acd79775072dab [file] [edit]
# Copyright (c) 2025 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
config OTP_EMULATOR
bool "OTP memory emulation driver"
default y
depends on DT_HAS_ZEPHYR_OTP_EMUL_ENABLED
help
Enable OTP emulator driver which can be used for testing purposes.
It will use a static RAM buffer per instance whose size is defined
in the device tree node of the OTP device.