xref: /rk3399_rockchip-uboot/board/freescale/common/Kconfig (revision 77ca99d1a0d9fd46046d417b4247edb4e1b05d4e)
1config CHAIN_OF_TRUST
2	depends on !FIT_SIGNATURE && SECURE_BOOT
3	imply CMD_BLOB
4	select FSL_CAAM
5	bool
6	default y
7