Message ID | 1449012812-9779-5-git-send-email-andrew@lunn.ch (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi Andrew, On mer., déc. 02 2015, Andrew Lunn <andrew@lunn.ch> wrote: > DSA now depends on switchdev. Enable it, and re-enable DSA and its > drivers, which were removed when mvebu_v5_defconfig was regenerated. > Applied on mvebu/defconfig Thanks, Gregory > Signed-Off-by: Andrew Lunn <andrew@lunn.ch> > --- > arch/arm/configs/mvebu_v5_defconfig | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/arch/arm/configs/mvebu_v5_defconfig b/arch/arm/configs/mvebu_v5_defconfig > index aa9079c84024..d7c17864a1eb 100644 > --- a/arch/arm/configs/mvebu_v5_defconfig > +++ b/arch/arm/configs/mvebu_v5_defconfig > @@ -35,6 +35,8 @@ CONFIG_IP_PNP=y > CONFIG_IP_PNP_DHCP=y > CONFIG_IP_PNP_BOOTP=y > # CONFIG_IPV6 is not set > +CONFIG_NET_DSA=y > +CONFIG_NET_SWITCHDEV=y > CONFIG_NET_PKTGEN=m > CONFIG_CFG80211=y > CONFIG_MAC80211=y > @@ -66,6 +68,11 @@ CONFIG_ATA=y > CONFIG_SATA_AHCI=y > CONFIG_SATA_MV=y > CONFIG_NETDEVICES=y > +CONFIG_NET_DSA_MV88E6060=y > +CONFIG_NET_DSA_MV88E6131=y > +CONFIG_NET_DSA_MV88E6123_61_65=y > +CONFIG_NET_DSA_MV88E6171=y > +CONFIG_NET_DSA_MV88E6352=y > CONFIG_MV643XX_ETH=y > CONFIG_R8169=y > CONFIG_MARVELL_PHY=y > -- > 2.6.2 >
diff --git a/arch/arm/configs/mvebu_v5_defconfig b/arch/arm/configs/mvebu_v5_defconfig index aa9079c84024..d7c17864a1eb 100644 --- a/arch/arm/configs/mvebu_v5_defconfig +++ b/arch/arm/configs/mvebu_v5_defconfig @@ -35,6 +35,8 @@ CONFIG_IP_PNP=y CONFIG_IP_PNP_DHCP=y CONFIG_IP_PNP_BOOTP=y # CONFIG_IPV6 is not set +CONFIG_NET_DSA=y +CONFIG_NET_SWITCHDEV=y CONFIG_NET_PKTGEN=m CONFIG_CFG80211=y CONFIG_MAC80211=y @@ -66,6 +68,11 @@ CONFIG_ATA=y CONFIG_SATA_AHCI=y CONFIG_SATA_MV=y CONFIG_NETDEVICES=y +CONFIG_NET_DSA_MV88E6060=y +CONFIG_NET_DSA_MV88E6131=y +CONFIG_NET_DSA_MV88E6123_61_65=y +CONFIG_NET_DSA_MV88E6171=y +CONFIG_NET_DSA_MV88E6352=y CONFIG_MV643XX_ETH=y CONFIG_R8169=y CONFIG_MARVELL_PHY=y
DSA now depends on switchdev. Enable it, and re-enable DSA and its drivers, which were removed when mvebu_v5_defconfig was regenerated. Signed-off-by: Andrew Lunn <andrew@lunn.ch> --- arch/arm/configs/mvebu_v5_defconfig | 7 +++++++ 1 file changed, 7 insertions(+)