diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-06-16 11:35:06 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 06:09:55 -0400 |
commit | a046e43dc884e4cd01c682b22db9cc872d7b0e60 (patch) | |
tree | a9925e785b9209d62bea97b1855665c608476cc2 | |
parent | c121ba1f408eb13ff50891ff8d9e5914f993939c (diff) |
V4L/DVB (8051): ttpci/Kconfig: Technotrend budget C-1501 needs tda10023
Auto-selects tda10023, for budget-ci, if !DVB_FE_CUSTOMISE. This is needed for
Technotrend budget C-1501 dvb board.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | drivers/media/dvb/ttpci/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/ttpci/Kconfig b/drivers/media/dvb/ttpci/Kconfig index 07643e010093..0816344e0206 100644 --- a/drivers/media/dvb/ttpci/Kconfig +++ b/drivers/media/dvb/ttpci/Kconfig | |||
@@ -106,6 +106,7 @@ config DVB_BUDGET_CI | |||
106 | select DVB_STV0299 if !DVB_FE_CUSTOMISE | 106 | select DVB_STV0299 if !DVB_FE_CUSTOMISE |
107 | select DVB_TDA1004X if !DVB_FE_CUSTOMISE | 107 | select DVB_TDA1004X if !DVB_FE_CUSTOMISE |
108 | select DVB_LNBP21 if !DVB_FE_CUSTOMISE | 108 | select DVB_LNBP21 if !DVB_FE_CUSTOMISE |
109 | select DVB_TDA10023 if !DVB_FE_CUSTOMISE | ||
109 | select VIDEO_IR | 110 | select VIDEO_IR |
110 | help | 111 | help |
111 | Support for simple SAA7146 based DVB cards | 112 | Support for simple SAA7146 based DVB cards |