Skip to content

Commit

Permalink
[media] Add fc0011 tuner driver
Browse files Browse the repository at this point in the history
This adds support for the Fitipower fc0011 DVB-t tuner.

Signed-off-by: Michael Buesch <[email protected]>
Signed-off-by: Antti Palosaari <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
mbuesch authored and Mauro Carvalho Chehab committed Apr 9, 2012
1 parent 6ec1298 commit eea977e
Show file tree
Hide file tree
Showing 5 changed files with 580 additions and 0 deletions.
7 changes: 7 additions & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -2692,6 +2692,13 @@ S: Maintained
F: Documentation/hwmon/f71805f
F: drivers/hwmon/f71805f.c

FC0011 TUNER DRIVER
M: Michael Buesch <[email protected]>
L: [email protected]
S: Maintained
F: drivers/media/common/tuners/fc0011.h
F: drivers/media/common/tuners/fc0011.c

FANOTIFY
M: Eric Paris <[email protected]>
S: Maintained
Expand Down
7 changes: 7 additions & 0 deletions drivers/media/common/tuners/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,13 @@ config MEDIA_TUNER_TDA18218
help
NXP TDA18218 silicon tuner driver.

config MEDIA_TUNER_FC0011
tristate "Fitipower FC0011 silicon tuner"
depends on VIDEO_MEDIA && I2C
default m if MEDIA_TUNER_CUSTOMISE
help
Fitipower FC0011 silicon tuner driver.

config MEDIA_TUNER_TDA18212
tristate "NXP TDA18212 silicon tuner"
depends on VIDEO_MEDIA && I2C
Expand Down
1 change: 1 addition & 0 deletions drivers/media/common/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_TUA9001) += tua9001.o
obj-$(CONFIG_MEDIA_TUNER_FC0011) += fc0011.o

ccflags-y += -I$(srctree)/drivers/media/dvb/dvb-core
ccflags-y += -I$(srctree)/drivers/media/dvb/frontends
Loading

0 comments on commit eea977e

Please sign in to comment.