mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 09:08: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
18
drivers/net/ethernet/tile/Kconfig
Normal file
18
drivers/net/ethernet/tile/Kconfig
Normal file
|
@ -0,0 +1,18 @@
|
|||
#
|
||||
# Tilera network device configuration
|
||||
#
|
||||
|
||||
config TILE_NET
|
||||
tristate "Tilera GBE/XGBE network driver support"
|
||||
depends on TILE
|
||||
default y
|
||||
select CRC32
|
||||
select TILE_GXIO_MPIPE if TILEGX
|
||||
select HIGH_RES_TIMERS if TILEGX
|
||||
select PTP_1588_CLOCK if TILEGX
|
||||
---help---
|
||||
This is a standard Linux network device driver for the
|
||||
on-chip Tilera Gigabit Ethernet and XAUI interfaces.
|
||||
|
||||
To compile this driver as a module, choose M here: the module
|
||||
will be called tile_net.
|
10
drivers/net/ethernet/tile/Makefile
Normal file
10
drivers/net/ethernet/tile/Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
#
|
||||
# Makefile for the TILE on-chip networking support.
|
||||
#
|
||||
|
||||
obj-$(CONFIG_TILE_NET) += tile_net.o
|
||||
ifdef CONFIG_TILEGX
|
||||
tile_net-y := tilegx.o
|
||||
else
|
||||
tile_net-y := tilepro.o
|
||||
endif
|
2281
drivers/net/ethernet/tile/tilegx.c
Normal file
2281
drivers/net/ethernet/tile/tilegx.c
Normal file
File diff suppressed because it is too large
Load diff
2424
drivers/net/ethernet/tile/tilepro.c
Normal file
2424
drivers/net/ethernet/tile/tilepro.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue