From: Fugang Duan Date: Thu, 5 Apr 2012 09:15:30 +0000 (+0800) Subject: ENGR00160472 - MX6: add Ethernet ANSI/IEEE 802.2 LLC support in defconfig. X-Git-Tag: v3.0.35-fsl_4.1.0~1401 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=18d030f6259b774377c3b732efec0b0a3544223c;p=karo-tx-linux.git ENGR00160472 - MX6: add Ethernet ANSI/IEEE 802.2 LLC support in defconfig. - Add Ethernet ANSI/IEEE 802.2 LLC support. And the packet with IP head "ETH_P_802_2" will be processed in Ethernet stack L3 layer. - If disable the feature, ethernet stack will drop the LLC packets. Signed-off-by: Fugang Duan --- diff --git a/arch/arm/configs/imx6_defconfig b/arch/arm/configs/imx6_defconfig index 601d4501d330..eb2e33228a13 100644 --- a/arch/arm/configs/imx6_defconfig +++ b/arch/arm/configs/imx6_defconfig @@ -563,7 +563,8 @@ CONFIG_DEFAULT_TCP_CONG="cubic" # CONFIG_NET_DSA is not set # CONFIG_VLAN_8021Q is not set # CONFIG_DECNET is not set -# CONFIG_LLC2 is not set +CONFIG_LLC=y +CONFIG_LLC2=y # CONFIG_IPX is not set # CONFIG_ATALK is not set # CONFIG_X25 is not set