11592Srgrimesconfig ECDSA
21592Srgrimes	bool "Enable ECDSA support"
31592Srgrimes	depends on DM
41592Srgrimes	help
51592Srgrimes	  This enables the ECDSA (elliptic curve signature) algorithm for FIT
61592Srgrimes	  image verification in U-Boot. The ECDSA algorithm is implemented
71592Srgrimes	  using the driver model, so CONFIG_DM is required by this library.
81592Srgrimes	  See doc/uImage.FIT/signature.txt for more details.
91592Srgrimes	  ECDSA is enabled for mkimage regardless of this option.
101592Srgrimes
111592Srgrimesif ECDSA
121592Srgrimes
13262435Sbruefferconfig ECDSA_VERIFY
141592Srgrimes	bool "Enable ECDSA verification support in U-Boot."
151592Srgrimes	help
161592Srgrimes	  Allow ECDSA signatures to be recognized and verified in U-Boot.
171592Srgrimes
181592Srgrimesconfig SPL_ECDSA_VERIFY
191592Srgrimes	bool "Enable ECDSA verification support in SPL"
201592Srgrimes	depends on SPL
211592Srgrimes	help
221592Srgrimes	  Allow ECDSA signatures to be recognized and verified in SPL.
231592Srgrimes
241592Srgrimesendif
251592Srgrimes