diff options
author | Michael Krufky <devnull@localhost> | 2005-10-25 03:16:48 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-10-25 03:16:48 +0000 |
commit | aa76610010e43b9fc24bd195c127dea86dde6072 (patch) | |
tree | 9f2f52ffff0f49355a449e69408710ec3bdbacfd | |
parent | 9a51a727d08f78649b4382c9a046ad96a5bf5e08 (diff) | |
download | mediapointer-dvb-s2-aa76610010e43b9fc24bd195c127dea86dde6072.tar.gz mediapointer-dvb-s2-aa76610010e43b9fc24bd195c127dea86dde6072.tar.bz2 |
- Improve Kconfig user-friendliness for hybrid dvb/v4l boards.
- Allow users to select dvb-bt8xx as a subheading of
VIDEO_BT848 in the video4linux menu, to be consistant
with cx88-dvb and saa7134-dvb.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
-rw-r--r-- | linux/drivers/media/video/Kconfig | 10 | ||||
-rw-r--r-- | v4l/ChangeLog | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/linux/drivers/media/video/Kconfig b/linux/drivers/media/video/Kconfig index b30c17f3a..499eb9279 100644 --- a/linux/drivers/media/video/Kconfig +++ b/linux/drivers/media/video/Kconfig @@ -25,6 +25,16 @@ config VIDEO_BT848 To compile this driver as a module, choose M here: the module will be called bttv. +config VIDEO_BT848_DVB + tristate "DVB/ATSC Support for bt878 based TV cards" + depends on VIDEO_BT848 && DVB_CORE + select DVB_BT8XX + ---help--- + This adds support for DVB/ATSC cards based on the BT878 chip. + + To compile this driver as a module, choose M here: the + module will be called dvb-bt8xx. + config VIDEO_SAA6588 tristate "SAA6588 Radio Chip RDS decoder support on BT848 cards" depends on VIDEO_DEV && I2C && VIDEO_BT848 diff --git a/v4l/ChangeLog b/v4l/ChangeLog index cd92834e8..ff3808625 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,13 @@ +2005-10-24 03:13 mkrufky + + * ../linux/drivers/media/video/Kconfig: + - Improve Kconfig user-friendliness for hybrid dvb/v4l boards. + - Allow users to select dvb-bt8xx as a subheading of + VIDEO_BT848 in the video4linux menu, to be consistant + with cx88-dvb and saa7134-dvb. + + Signed-off-by: Michael Krufky <mkrufky@m1k.net> + 2005-10-25 01:31 mkrufky * ../linux/drivers/media/video/Kconfig: |