[armhf] enable NET_DSA and available switch drivers as modules.

This commit is contained in:
Uwe Kleine-König 2016-04-28 18:02:25 +02:00
parent d345dad8c9
commit 06e64bd8e6
2 changed files with 19 additions and 0 deletions

3
debian/changelog vendored
View File

@ -142,6 +142,9 @@ linux (4.5.2-1) UNRELEASED; urgency=medium
[ Aurelien Jarno ]
* [mips*] Emulate unaligned LDXC1 and SDXC1 instructions.
[ Uwe Kleine-König ]
* [armhf] enable NET_DSA and available switch drivers as modules.
-- Salvatore Bonaccorso <carnil@debian.org> Thu, 14 Apr 2016 20:52:28 +0200
linux (4.5.1-1) unstable; urgency=medium

View File

@ -1109,6 +1109,22 @@ CONFIG_APM_EMULATION=y
##
CONFIG_CMA=y
##
## file: net/switchdev/Kconfig
##
CONFIG_NET_DSA=m
CONFIG_NET_DSA_MV88E6060=m
CONFIG_NET_DSA_MV88E6131=m
CONFIG_NET_DSA_MV88E6123_61_65=m
CONFIG_NET_DSA_MV88E6171=m
CONFIG_NET_DSA_MV88E6352=m
CONFIG_NET_DSA_BCM_SF2=m
##
## file: net/switchdev/Kconfig
##
CONFIG_NET_SWITCHDEV=y
##
## file: net/phonet/Kconfig
##