mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-29 23:28:52 +01:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
24
drivers/net/can/mscan/Kconfig
Normal file
24
drivers/net/can/mscan/Kconfig
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
config CAN_MSCAN
|
||||
depends on PPC
|
||||
tristate "Support for Freescale MSCAN based chips"
|
||||
---help---
|
||||
The Motorola Scalable Controller Area Network (MSCAN) definition
|
||||
is based on the MSCAN12 definition which is the specific
|
||||
implementation of the Motorola Scalable CAN concept targeted for
|
||||
the Motorola MC68HC12 Microcontroller Family.
|
||||
|
||||
if CAN_MSCAN
|
||||
|
||||
config CAN_MPC5XXX
|
||||
tristate "Freescale MPC5xxx onboard CAN controller"
|
||||
depends on (PPC_MPC52xx || PPC_MPC512x)
|
||||
---help---
|
||||
If you say yes here you get support for Freescale's MPC5xxx
|
||||
onboard CAN controller. Currently, the MPC5200, MPC5200B and
|
||||
MPC5121 (Rev. 2 and later) are supported.
|
||||
|
||||
This driver can also be built as a module. If so, the module
|
||||
will be called mscan-mpc5xxx.ko.
|
||||
|
||||
endif
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue