Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331022
b: refs/heads/master
c: ed85ada
h: refs/heads/master
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Sep 18, 2012
1 parent 6a40ca9 commit 494e333
Show file tree
Hide file tree
Showing 6 changed files with 616 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ed7dd240075fabf38e489930e39eab2dfa836520
refs/heads/master: ed85adaad624724a157a292b2e970f7a0f595269
7 changes: 7 additions & 0 deletions trunk/drivers/media/tuners/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,13 @@ config MEDIA_TUNER_TDA18212
help
NXP TDA18212 silicon tuner driver.

config MEDIA_TUNER_E4000
tristate "Elonics E4000 silicon tuner"
depends on MEDIA_SUPPORT && I2C
default m if !MEDIA_SUBDRV_AUTOSELECT
help
Elonics E4000 silicon tuner driver.

config MEDIA_TUNER_TUA9001
tristate "Infineon TUA 9001 silicon tuner"
depends on MEDIA_SUPPORT && I2C
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/tuners/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ obj-$(CONFIG_MEDIA_TUNER_MC44S803) += mc44s803.o
obj-$(CONFIG_MEDIA_TUNER_MAX2165) += max2165.o
obj-$(CONFIG_MEDIA_TUNER_TDA18218) += tda18218.o
obj-$(CONFIG_MEDIA_TUNER_TDA18212) += tda18212.o
obj-$(CONFIG_MEDIA_TUNER_E4000) += e4000.o
obj-$(CONFIG_MEDIA_TUNER_TUA9001) += tua9001.o
obj-$(CONFIG_MEDIA_TUNER_FC0011) += fc0011.o
obj-$(CONFIG_MEDIA_TUNER_FC0012) += fc0012.o
Expand Down
Loading

0 comments on commit 494e333

Please sign in to comment.