diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2009-10-12 12:35:27 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-11-05 09:19:25 -0500 |
commit | 114785a619e3f28133a555692b3d0b417ab91e66 (patch) | |
tree | 81d43d0159bd45ad345d8dd873eeab01c1615e71 /arch/powerpc/configs/mpc83xx_defconfig | |
parent | 850f785a1f8c8448db4d70983595b2b088cf60b7 (diff) |
powerpc/8xxx: enable IPsec ESP by default on mpc83xx/mpc85xx
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/configs/mpc83xx_defconfig')
-rw-r--r-- | arch/powerpc/configs/mpc83xx_defconfig | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/arch/powerpc/configs/mpc83xx_defconfig b/arch/powerpc/configs/mpc83xx_defconfig index 4a96cb6925b4..d6d28f2a23c1 100644 --- a/arch/powerpc/configs/mpc83xx_defconfig +++ b/arch/powerpc/configs/mpc83xx_defconfig | |||
@@ -343,7 +343,8 @@ CONFIG_XFRM_USER=m | |||
343 | # CONFIG_XFRM_SUB_POLICY is not set | 343 | # CONFIG_XFRM_SUB_POLICY is not set |
344 | # CONFIG_XFRM_MIGRATE is not set | 344 | # CONFIG_XFRM_MIGRATE is not set |
345 | # CONFIG_XFRM_STATISTICS is not set | 345 | # CONFIG_XFRM_STATISTICS is not set |
346 | # CONFIG_NET_KEY is not set | 346 | CONFIG_NET_KEY=y |
347 | # CONFIG_NET_KEY_MIGRATE is not set | ||
347 | CONFIG_INET=y | 348 | CONFIG_INET=y |
348 | CONFIG_IP_MULTICAST=y | 349 | CONFIG_IP_MULTICAST=y |
349 | # CONFIG_IP_ADVANCED_ROUTER is not set | 350 | # CONFIG_IP_ADVANCED_ROUTER is not set |
@@ -358,7 +359,7 @@ CONFIG_IP_PNP_BOOTP=y | |||
358 | # CONFIG_ARPD is not set | 359 | # CONFIG_ARPD is not set |
359 | CONFIG_SYN_COOKIES=y | 360 | CONFIG_SYN_COOKIES=y |
360 | # CONFIG_INET_AH is not set | 361 | # CONFIG_INET_AH is not set |
361 | # CONFIG_INET_ESP is not set | 362 | CONFIG_INET_ESP=y |
362 | # CONFIG_INET_IPCOMP is not set | 363 | # CONFIG_INET_IPCOMP is not set |
363 | # CONFIG_INET_XFRM_TUNNEL is not set | 364 | # CONFIG_INET_XFRM_TUNNEL is not set |
364 | # CONFIG_INET_TUNNEL is not set | 365 | # CONFIG_INET_TUNNEL is not set |
@@ -1591,7 +1592,7 @@ CONFIG_CRYPTO_PCBC=m | |||
1591 | # | 1592 | # |
1592 | # Hash modes | 1593 | # Hash modes |
1593 | # | 1594 | # |
1594 | # CONFIG_CRYPTO_HMAC is not set | 1595 | CONFIG_CRYPTO_HMAC=y |
1595 | # CONFIG_CRYPTO_XCBC is not set | 1596 | # CONFIG_CRYPTO_XCBC is not set |
1596 | 1597 | ||
1597 | # | 1598 | # |
@@ -1605,16 +1606,16 @@ CONFIG_CRYPTO_MD5=y | |||
1605 | # CONFIG_CRYPTO_RMD160 is not set | 1606 | # CONFIG_CRYPTO_RMD160 is not set |
1606 | # CONFIG_CRYPTO_RMD256 is not set | 1607 | # CONFIG_CRYPTO_RMD256 is not set |
1607 | # CONFIG_CRYPTO_RMD320 is not set | 1608 | # CONFIG_CRYPTO_RMD320 is not set |
1608 | # CONFIG_CRYPTO_SHA1 is not set | 1609 | CONFIG_CRYPTO_SHA1=y |
1609 | # CONFIG_CRYPTO_SHA256 is not set | 1610 | CONFIG_CRYPTO_SHA256=y |
1610 | # CONFIG_CRYPTO_SHA512 is not set | 1611 | CONFIG_CRYPTO_SHA512=y |
1611 | # CONFIG_CRYPTO_TGR192 is not set | 1612 | # CONFIG_CRYPTO_TGR192 is not set |
1612 | # CONFIG_CRYPTO_WP512 is not set | 1613 | # CONFIG_CRYPTO_WP512 is not set |
1613 | 1614 | ||
1614 | # | 1615 | # |
1615 | # Ciphers | 1616 | # Ciphers |
1616 | # | 1617 | # |
1617 | # CONFIG_CRYPTO_AES is not set | 1618 | CONFIG_CRYPTO_AES=y |
1618 | # CONFIG_CRYPTO_ANUBIS is not set | 1619 | # CONFIG_CRYPTO_ANUBIS is not set |
1619 | # CONFIG_CRYPTO_ARC4 is not set | 1620 | # CONFIG_CRYPTO_ARC4 is not set |
1620 | # CONFIG_CRYPTO_BLOWFISH is not set | 1621 | # CONFIG_CRYPTO_BLOWFISH is not set |