mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18: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
8
drivers/net/ethernet/nxp/Kconfig
Normal file
8
drivers/net/ethernet/nxp/Kconfig
Normal file
|
@ -0,0 +1,8 @@
|
|||
config LPC_ENET
|
||||
tristate "NXP ethernet MAC on LPC devices"
|
||||
depends on ARCH_LPC32XX
|
||||
select PHYLIB
|
||||
help
|
||||
Say Y or M here if you want to use the NXP ethernet MAC included on
|
||||
some NXP LPC devices. You can safely enable this option for LPC32xx
|
||||
SoC. Also available as a module.
|
1
drivers/net/ethernet/nxp/Makefile
Normal file
1
drivers/net/ethernet/nxp/Makefile
Normal file
|
@ -0,0 +1 @@
|
|||
obj-$(CONFIG_LPC_ENET) += lpc_eth.o
|
1609
drivers/net/ethernet/nxp/lpc_eth.c
Normal file
1609
drivers/net/ethernet/nxp/lpc_eth.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue