diff options
author | Steven Toth <stoth@linuxtv.org> | 2008-09-22 00:45:01 -0400 |
---|---|---|
committer | Steven Toth <stoth@linuxtv.org> | 2008-09-22 00:45:01 -0400 |
commit | fa2f07623c36247d983eaa8dde37921efd839e13 (patch) | |
tree | ff9375efbb2e5f7cff1c4bccca13e8e8a6e6f3d6 /linux/drivers/media/video/cx88/Kconfig | |
parent | 36e7449c9c15584d5a924dc0172a874ba385f003 (diff) | |
download | mediapointer-dvb-s2-fa2f07623c36247d983eaa8dde37921efd839e13.tar.gz mediapointer-dvb-s2-fa2f07623c36247d983eaa8dde37921efd839e13.tar.bz2 |
S2API: Add Kconf dependency
From: Steven Toth <stoth@linuxtv.org>
Patch provided by Darron Broad
Priority: normal
Signed-off-by: Steven Toth <stoth@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/video/cx88/Kconfig')
-rw-r--r-- | linux/drivers/media/video/cx88/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx88/Kconfig b/linux/drivers/media/video/cx88/Kconfig index 9dd7bdf65..4f65ce308 100644 --- a/linux/drivers/media/video/cx88/Kconfig +++ b/linux/drivers/media/video/cx88/Kconfig @@ -58,6 +58,7 @@ config VIDEO_CX88_DVB select DVB_ISL6421 if !DVB_FE_CUSTOMISE select MEDIA_TUNER_SIMPLE if !DVB_FE_CUSTOMISE select DVB_S5H1411 if !DVB_FE_CUSTOMISE + select DVB_CX24116 if !DVB_FE_CUSTOMISE ---help--- This adds support for DVB/ATSC cards based on the Conexant 2388x chip. |