diff options
author | Michael Krufky <devnull@localhost> | 2005-10-23 06:35:55 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-10-23 06:35:55 +0000 |
commit | 5c850f13dea8354ff1bfe63b796d1fdbf174a755 (patch) | |
tree | 8dc9c9d5cee054861631d6628c2b7a063bea7a4a /v4l/ChangeLog | |
parent | 8c667430e5fabf23cf6c37e8e9ed614d7bd0f901 (diff) | |
download | mediapointer-dvb-s2-5c850f13dea8354ff1bfe63b796d1fdbf174a755.tar.gz mediapointer-dvb-s2-5c850f13dea8354ff1bfe63b796d1fdbf174a755.tar.bz2 |
- Create Kconfig files for cx88 and saa7134 directories.
These are new files, not yet in the kernel. When patching
upstream, we will have to remove cx88 and saa7134 stuff from
drivers/media/video/Kconfig and replace them with:
source "drivers/media/video/cx88/Kconfig"
source "drivers/media/video/saa7134/Kconfig"
- Previously, when loading cx88-dvb or saa7134-dvb, all supported
frontend modules get loaded as well, even if the hardware
doesn't need it.
- Added new functionality to give users a choice of whether to
compile support for all dvb frontends, or to allow the user to
tweak the build, and only include support for frontend modules
needed by the hardware in the system.
The option to build support for all frontends is selected by
default. When unselected, a list of frontends is displayed, all
selected by default. Users will be able to unselect the
frontend modules that they do not wish to build support for.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index b24cf3fca..8c5f01aa8 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,31 @@ +2005-10-23 06:18 mkrufky + + * ../linux/drivers/media/video/cx88/Kconfig: + * ../linux/drivers/media/video/saa7134/Kconfig: + - Create Kconfig files for cx88 and saa7134 directories. + These are new files, not yet in the kernel. When patching + upstream, we will have to remove cx88 and saa7134 stuff from + drivers/media/video/Kconfig and replace them with: + + source "drivers/media/video/cx88/Kconfig" + source "drivers/media/video/saa7134/Kconfig" + + - Previously, when loading cx88-dvb or saa7134-dvb, all supported + frontend modules get loaded as well, even if the hardware + doesn't need it. + + - Added new functionality to give users a choice of whether to + compile support for all dvb frontends, or to allow the user to + tweak the build, and only include support for frontend modules + needed by the hardware in the system. + + The option to build support for all frontends is selected by + default. When unselected, a list of frontends is displayed, all + selected by default. Users will be able to unselect the + frontend modules that they do not wish to build support for. + + Signed-off-by: Michael Krufky <mkrufky@m1k.net> + 2005-10-23 00:57 mrechberger * ../linux/drivers/usb/media/em2820-video.c: @@ -34,7 +62,7 @@ - Fix kcalloc error with kernel < 2.6.9. - Signed-off-by: Nickolay V. Shmyrev <<nshmyrev@yandex.ru>> + Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru> 2005-10-20 20:00 mchehab |