mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-09 17:02:46 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
23
drivers/nfc/nfcmrvl/Kconfig
Normal file
23
drivers/nfc/nfcmrvl/Kconfig
Normal file
|
@ -0,0 +1,23 @@
|
|||
config NFC_MRVL
|
||||
tristate "Marvell NFC driver support"
|
||||
depends on NFC_NCI
|
||||
help
|
||||
The core driver to support Marvell NFC devices.
|
||||
|
||||
This driver is required if you want to support
|
||||
Marvell NFC device 8897.
|
||||
|
||||
Say Y here to compile Marvell NFC driver into the kernel or
|
||||
say M to compile it as module.
|
||||
|
||||
config NFC_MRVL_USB
|
||||
tristate "Marvell NFC-over-USB driver"
|
||||
depends on NFC_MRVL && USB
|
||||
help
|
||||
Marvell NFC-over-USB driver.
|
||||
|
||||
This driver provides support for Marvell NFC-over-USB devices:
|
||||
8897.
|
||||
|
||||
Say Y here to compile support for Marvell NFC-over-USB driver
|
||||
into the kernel or say M to compile it as module.
|
Loading…
Add table
Add a link
Reference in a new issue