From adfdcfcd97907b8ab05f47e539feed04e557f6e8 Mon Sep 17 00:00:00 2001 From: Dmitry Shmidt Date: Mon, 20 Sep 2010 11:16:59 -0700 Subject: [PATCH] ARM: stingray: config: Enable L2TP Signed-off-by: Dmitry Shmidt --- arch/arm/configs/stingray_defconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/arch/arm/configs/stingray_defconfig b/arch/arm/configs/stingray_defconfig index aa1384be0d2c..834e75bba149 100644 --- a/arch/arm/configs/stingray_defconfig +++ b/arch/arm/configs/stingray_defconfig @@ -655,7 +655,10 @@ CONFIG_IP_NF_ARP_MANGLE=y # CONFIG_RDS is not set # CONFIG_TIPC is not set # CONFIG_ATM is not set -# CONFIG_L2TP is not set +CONFIG_L2TP=y +CONFIG_L2TP_V3=y +CONFIG_L2TP_IP=y +CONFIG_L2TP_ETH=y # CONFIG_BRIDGE is not set # CONFIG_NET_DSA is not set # CONFIG_VLAN_8021Q is not set -- 2.34.1