mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-09 01:28:05 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
27
net/dsa/Kconfig
Normal file
27
net/dsa/Kconfig
Normal file
|
@ -0,0 +1,27 @@
|
|||
config HAVE_NET_DSA
|
||||
def_bool y
|
||||
depends on NETDEVICES && !S390
|
||||
|
||||
# Drivers must select NET_DSA and the appropriate tagging format
|
||||
|
||||
config NET_DSA
|
||||
tristate
|
||||
depends on HAVE_NET_DSA
|
||||
select PHYLIB
|
||||
|
||||
if NET_DSA
|
||||
|
||||
# tagging formats
|
||||
config NET_DSA_TAG_BRCM
|
||||
bool
|
||||
|
||||
config NET_DSA_TAG_DSA
|
||||
bool
|
||||
|
||||
config NET_DSA_TAG_EDSA
|
||||
bool
|
||||
|
||||
config NET_DSA_TAG_TRAILER
|
||||
bool
|
||||
|
||||
endif
|
Loading…
Add table
Add a link
Reference in a new issue