]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00160472 - MX6: add Ethernet ANSI/IEEE 802.2 LLC support in defconfig.
authorFugang Duan <B38611@freescale.com>
Thu, 5 Apr 2012 09:15:30 +0000 (17:15 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:11:25 +0000 (14:11 +0200)
- 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 <B38611@freescale.com>
arch/arm/configs/imx6_defconfig

index 601d4501d330db2111b312cc19d7f4af23eb1377..eb2e33228a138fa3017279610181026c404a39b2 100644 (file)
@@ -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