summaryrefslogtreecommitdiff
path: root/drivers/media/tuners/Kconfig
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2013-01-07 09:37:30 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-03-21 18:42:19 -0300
commit88b38befc0d8b7590f0b083dc4c8e4cee0b84788 (patch)
tree465aa679fc01003ea87099c3bd2d5dea9569d071 /drivers/media/tuners/Kconfig
parente9e7a16d6da4af030ccb117079dcf1ef66bd5804 (diff)
downloadlinux-3.10-88b38befc0d8b7590f0b083dc4c8e4cee0b84788.tar.gz
linux-3.10-88b38befc0d8b7590f0b083dc4c8e4cee0b84788.tar.bz2
linux-3.10-88b38befc0d8b7590f0b083dc4c8e4cee0b84788.zip
[media] ITE IT913X silicon tuner driver
It is tuner driver for tuner integrated to the ITE IT9135 and IT9137 chips. I split it out from the current it913x-fe driver. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/tuners/Kconfig')
-rw-r--r--drivers/media/tuners/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/tuners/Kconfig b/drivers/media/tuners/Kconfig
index e8fdf713fce..ffabd66dd14 100644
--- a/drivers/media/tuners/Kconfig
+++ b/drivers/media/tuners/Kconfig
@@ -241,4 +241,11 @@ config MEDIA_TUNER_TUA9001
default m if !MEDIA_SUBDRV_AUTOSELECT
help
Infineon TUA 9001 silicon tuner driver.
+
+config MEDIA_TUNER_IT913X
+ tristate "ITE Tech IT913x silicon tuner"
+ depends on MEDIA_SUPPORT && I2C
+ default m if !MEDIA_SUBDRV_AUTOSELECT
+ help
+ ITE Tech IT913x silicon tuner driver.
endmenu