diff options
author | Tim Harvey <tharvey@gateworks.com> | 2017-03-10 07:01:26 -0800 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-03-12 15:06:52 +0100 |
commit | b2255f36213547e5a8c7d4728635763a75f6f2ce (patch) | |
tree | e015fe9169ef23d4758f95d33ce45e7560fa5ce5 /target/linux/imx6 | |
parent | 5f458bf7f82e3774856a32c10fd30fcdfb41647d (diff) | |
download | upstream-b2255f36213547e5a8c7d4728635763a75f6f2ce.tar.gz upstream-b2255f36213547e5a8c7d4728635763a75f6f2ce.tar.bz2 upstream-b2255f36213547e5a8c7d4728635763a75f6f2ce.zip |
imx6: add DSA driver for MV88E6176 switch
The MV88E6176 switch is present on the GW16083 and the GW5904
As of a5c32a1f1996f4f75504c4a9abd1c99eaa598df1 these drivers are to be
enabled static in per-target kernels.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'target/linux/imx6')
-rw-r--r-- | target/linux/imx6/config-4.9 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/imx6/config-4.9 b/target/linux/imx6/config-4.9 index 9aafa50560..b4d23de423 100644 --- a/target/linux/imx6/config-4.9 +++ b/target/linux/imx6/config-4.9 @@ -352,8 +352,16 @@ CONFIG_MUTEX_SPIN_ON_OWNER=y CONFIG_MXS_DMA=y CONFIG_NEED_DMA_MAP_STATE=y CONFIG_NEON=y +CONFIG_NET_DSA=y +# CONFIG_B53 is not set +CONFIG_NET_DSA_MV88E6XXX=y +CONFIG_NET_DSA_MV88E6XXX_GLOBAL2=y +# CONFIG_NET_DSA_QCA8K is not set +CONFIG_NET_DSA_TAG_DSA=y +CONFIG_NET_DSA_TAG_EDSA=y CONFIG_NET_FLOW_LIMIT=y CONFIG_NET_PTP_CLASSIFY=y +CONFIG_NET_SWITCHDEV=y CONFIG_NLS=y CONFIG_NLS_CODEPAGE_437=y CONFIG_NO_BOOTMEM=y |