Skip to content

Commit

Permalink
Merge pull request torvalds#94 from crazycat69/latest
Browse files Browse the repository at this point in the history
Geniatech T220A support.
  • Loading branch information
ljalves committed May 6, 2015
2 parents 1859f78 + b481cde commit 7337917
Show file tree
Hide file tree
Showing 6 changed files with 3,770 additions and 2 deletions.
7 changes: 7 additions & 0 deletions drivers/media/tuners/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ config MEDIA_TUNER_TDA18271
help
A silicon tuner module. Say Y when you want to support this tuner.

config MEDIA_TUNER_TDA18273
tristate "NXP TDA18273 silicon tuner"
depends on MEDIA_SUPPORT && I2C
default m if !MEDIA_SUBDRV_AUTOSELECT
help
A silicon tuner module. Say Y when you want to support this tuner.

config MEDIA_TUNER_TDA9887
tristate "TDA 9885/6/7 analog IF demodulator"
depends on MEDIA_SUPPORT && I2C
Expand Down
1 change: 1 addition & 0 deletions drivers/media/tuners/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ obj-$(CONFIG_MEDIA_TUNER_TEA5761) += tea5761.o
obj-$(CONFIG_MEDIA_TUNER_TDA9887) += tda9887.o
obj-$(CONFIG_MEDIA_TUNER_TDA827X) += tda827x.o
obj-$(CONFIG_MEDIA_TUNER_TDA18271) += tda18271.o
obj-$(CONFIG_MEDIA_TUNER_TDA18273) += tda18273.o
obj-$(CONFIG_MEDIA_TUNER_XC5000) += xc5000.o
obj-$(CONFIG_MEDIA_TUNER_XC4000) += xc4000.o
obj-$(CONFIG_MEDIA_TUNER_MSI001) += msi001.o
Expand Down
Loading

0 comments on commit 7337917

Please sign in to comment.