mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-11-01 00:28:51 +01:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
14
drivers/net/ethernet/emulex/benet/Kconfig
Normal file
14
drivers/net/ethernet/emulex/benet/Kconfig
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
config BE2NET
|
||||
tristate "ServerEngines' 10Gbps NIC - BladeEngine"
|
||||
depends on PCI
|
||||
---help---
|
||||
This driver implements the NIC functionality for ServerEngines'
|
||||
10Gbps network adapter - BladeEngine.
|
||||
|
||||
config BE2NET_VXLAN
|
||||
bool "VXLAN offload support on be2net driver"
|
||||
default y
|
||||
depends on BE2NET && VXLAN && !(BE2NET=y && VXLAN=m)
|
||||
---help---
|
||||
Say Y here if you want to enable VXLAN offload support on
|
||||
be2net driver.
|
||||
Loading…
Add table
Add a link
Reference in a new issue