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
31
drivers/net/ethernet/agere/Kconfig
Normal file
31
drivers/net/ethernet/agere/Kconfig
Normal file
|
@ -0,0 +1,31 @@
|
|||
#
|
||||
# Agere device configuration
|
||||
#
|
||||
|
||||
config NET_VENDOR_AGERE
|
||||
bool "Agere devices"
|
||||
default y
|
||||
depends on PCI
|
||||
---help---
|
||||
If you have a network (Ethernet) card belonging to this class, say Y
|
||||
and read the Ethernet-HOWTO, available from
|
||||
<http://www.tldp.org/docs.html#howto>.
|
||||
|
||||
Note that the answer to this question doesn't directly affect the
|
||||
kernel: saying N will just cause the configurator to skip all
|
||||
the questions about Agere devices. If you say Y, you will be asked
|
||||
for your specific card in the following questions.
|
||||
|
||||
if NET_VENDOR_AGERE
|
||||
|
||||
config ET131X
|
||||
tristate "Agere ET-1310 Gigabit Ethernet support"
|
||||
depends on PCI
|
||||
select PHYLIB
|
||||
---help---
|
||||
This driver supports Agere ET-1310 ethernet adapters.
|
||||
|
||||
To compile this driver as a module, choose M here. The module
|
||||
will be called et131x.
|
||||
|
||||
endif # NET_VENDOR_AGERE
|
5
drivers/net/ethernet/agere/Makefile
Normal file
5
drivers/net/ethernet/agere/Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
#
|
||||
# Makefile for the Agere ET-131x ethernet driver
|
||||
#
|
||||
|
||||
obj-$(CONFIG_ET131X) += et131x.o
|
4121
drivers/net/ethernet/agere/et131x.c
Normal file
4121
drivers/net/ethernet/agere/et131x.c
Normal file
File diff suppressed because it is too large
Load diff
1433
drivers/net/ethernet/agere/et131x.h
Normal file
1433
drivers/net/ethernet/agere/et131x.h
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue