xref: /optee_os/core/drivers/crypto/ele/crypto.mk (revision 5d5d7d0b1c038a6836be9f0b38585f5aa6a4dd01)
1ifeq ($(CFG_IMX_ELE),y)
2
3# Issues in the ELE FW prevent OPTEE and Kernel from using
4# the RNG concurrently at runtime. To prevent any issue,
5# use the software RNG instead in OPTEE.
6# But with Kernel ELE driver disabled, Runtime ELE RNG
7# generation can be done.
8CFG_WITH_SOFTWARE_PRNG ?= y
9endif # CFG_IMX_ELE
10