diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2008-10-23 16:56:07 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-29 14:53:15 -0500 |
commit | 654dbad45d83ef1a1d234940705d775dc813a501 (patch) | |
tree | 7e2da4e2ec55a6b4e779edcb98d023f276283beb /drivers/media/dvb/frontends/Kconfig | |
parent | 00360205b94cb9d0b93be5f4ca6676b53dceba7f (diff) |
V4L/DVB (9393): Add TDA8261 to build
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | drivers/media/dvb/frontends/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index 88e461e41558..941bc8febee7 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig | |||
@@ -95,6 +95,13 @@ config DVB_TDA10086 | |||
95 | help | 95 | help |
96 | A DVB-S tuner module. Say Y when you want to support this frontend. | 96 | A DVB-S tuner module. Say Y when you want to support this frontend. |
97 | 97 | ||
98 | config DVB_TDA8261 | ||
99 | tristate "Philips TDA8261 based" | ||
100 | depends on DVB_CORE && I2C | ||
101 | default m if DVB_FE_CUSTOMISE | ||
102 | help | ||
103 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
104 | |||
98 | config DVB_VES1X93 | 105 | config DVB_VES1X93 |
99 | tristate "VLSI VES1893 or VES1993 based" | 106 | tristate "VLSI VES1893 or VES1993 based" |
100 | depends on DVB_CORE && I2C | 107 | depends on DVB_CORE && I2C |