Skip to content
Snippets Groups Projects
Commit 0d14befb authored by Gregory Nutt's avatar Gregory Nutt
Browse files

SAM3/4: Fix compile of sam_aes.c if CONFIG_CRYPTO_AES is defined. rom Max Nekludov

parent dc7bcb0c
No related branches found
No related tags found
No related merge requests found
......@@ -86,6 +86,10 @@ CHIP_CSRCS += sam_serial.c sam_start.c sam_timerisr.c
# Configuration-dependent SAM3/4 files
ifeq ($(CONFIG_CRYPTO_AES),y)
CHIP_CSRCS += sam_aes.c
endif
ifeq ($(CONFIG_ARCH_CHIP_SAM4CM),y)
CHIP_CSRCS += sam4cm_supc.c
endif
......
......@@ -4,7 +4,7 @@
#
config BCH_ENCRYPTION
bool "Enable encryption feature"
bool "Enable BCH encryption"
default n
depends on CRYPTO_AES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment