Skip to content
Snippets Groups Projects
Commit b059833c authored by Horia Geantă's avatar Horia Geantă Committed by Dong Aisheng
Browse files

ARM: lsdk.config: enable crypto options


Move crypto options from ARMv8-specific config fragment to lsdk.config
(which is used both by ARMv7 and ARMv8) - since they are needed for both
SoCs.

Signed-off-by: default avatarHoria Geantă <horia.geanta@nxp.com>
parent ca9616a0
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,9 @@ CONFIG_NETLINK_DIAG=y
CONFIG_OVERLAY_FS=y
# network and misc
CONFIG_INET_ESP=y
CONFIG_XFRM_USER=y
CONFIG_NET_KEY=y
CONFIG_VETH=y
CONFIG_NETFILTER=y
CONFIG_IP_NF_IPTABLES=y
......
......@@ -9,9 +9,6 @@ CONFIG_MACVLAN=y
CONFIG_FSL_SDK_FMAN=y
CONFIG_FMAN_ARM=y
CONFIG_FSL_SDK_DPAA_ETH=y
CONFIG_INET_ESP=y
CONFIG_XFRM_USER=y
CONFIG_NET_KEY=y
# mdio
CONFIG_FSL_XGMAC_MDIO=y
CONFIG_MDIO_BUS_MUX_MMIOREG=y
......
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