Skip to content

Commit

Permalink
[media] tuners: add FCI FC2580 silicon tuner driver
Browse files Browse the repository at this point in the history
Signed-off-by: Antti Palosaari <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
palosaari authored and Mauro Carvalho Chehab committed Sep 23, 2012
1 parent aa468cc commit d9cb41a
Show file tree
Hide file tree
Showing 5 changed files with 718 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 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 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 d9cb41a

Please sign in to comment.