mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-30 15:48: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
18
drivers/media/pci/saa7164/Kconfig
Normal file
18
drivers/media/pci/saa7164/Kconfig
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
config VIDEO_SAA7164
|
||||
tristate "NXP SAA7164 support"
|
||||
depends on DVB_CORE && VIDEO_DEV && PCI && I2C
|
||||
select I2C_ALGOBIT
|
||||
select FW_LOADER
|
||||
select VIDEO_TUNER
|
||||
select VIDEO_TVEEPROM
|
||||
select VIDEOBUF_DVB
|
||||
select DVB_TDA10048 if MEDIA_SUBDRV_AUTOSELECT
|
||||
select DVB_S5H1411 if MEDIA_SUBDRV_AUTOSELECT
|
||||
select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT
|
||||
---help---
|
||||
This is a video4linux driver for NXP SAA7164 based
|
||||
TV cards.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called saa7164
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue