Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331044
b: refs/heads/master
c: d9cb41a
h: refs/heads/master
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Sep 23, 2012
1 parent facfc11 commit d6b7465
Show file tree
Hide file tree
Showing 6 changed files with 719 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: aa468cc550ff3e81aef37aca8fdd9a3456ca5f3a
refs/heads/master: d9cb41afbf2aab54133c804009a1b8e76cedaef3
7 changes: 7 additions & 0 deletions trunk/drivers/media/tuners/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,13 @@ config MEDIA_TUNER_E4000
help
Elonics E4000 silicon tuner driver.

config MEDIA_TUNER_FC2580
tristate "FCI FC2580 silicon tuner"
depends on MEDIA_SUPPORT && I2C
default m if !MEDIA_SUBDRV_AUTOSELECT
help
FCI FC2580 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 @@ -29,6 +29,7 @@ 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_FC2580) += fc2580.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 d6b7465

Please sign in to comment.