summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/Kconfig
AgeCommit message (Collapse)Author
2005-04-25pluto2 kbuild fixesAndreas Oberritter
2005-04-22removed dibusb from Kernel Makefiles and from build-2.6Patrick Boettcher
2005-03-30Added support for the TwinhanDTV Alpha/MagicBox II USB2 DVB-T device inPatrick Boettcher
conjunction with a neat dvb-usb-lib. All dibusb-drivers will be merged to it in the near future.
2005-03-09Makefile and Kconfig updates for pluto2Andreas Oberritter
2005-03-09b2c2 depends on (PCI || USB)Andreas Oberritter
2004-10-28Imported FE_REFACTORING to HEADAndrew de Quincy
2004-10-15added a driver for TerraTec's brand new Cinergy T² deviceDaniel Mack
2004-09-05necessary changes to deactivate to vp7041 driver and enable to dibusb driverPatrick Boettcher
2004-08-24- more feed backs from 2.6.8.1Michael Hunold
2004-07-20added new driver for the USB budget devices:Patrick Boettcher
- Twinhan VisionPlus VisionDTV USB-Ter DVB-T Device - CTS Portable documentation, helper scripts and modifications in the necessary files have been done, hopefully.
2004-05-28- remove bogus comment that implies that DVB == av7110Michael Hunold
2004-05-01updates help text for 2.6Johannes Stezenbach
2003-10-13Added bt8xx directory as option.Jamie Honan
2003-10-01- clean up Kconfig files, use the new SELECT facilityMichael Hunold
- split up saa7146 compilation in core and video part
2003-07-15Add "skystar2" driver. Please review the Kconfig files.Michael Hunold
2003-06-27improved helpHolger Waechtler
2003-06-21- compile and documentation fixes, enable bt8xx usb USB driver buildsHolger Waechtler
there is no reason not to submit the bt8xx driver with the next patchset, right?
2003-05-06Remove the ttusb-* drivers from the makelinks script and theMichael Hunold
build process again, due to the unknown licensing issues with the firmware.
2003-04-30Necessary configuration files for kernel inclusionMichael Hunold
+ configuration files updates.
2003-03-20Small changes all over the place:Michael Hunold
- sync Kconfig and Makefiles with 2.5.65 - fix various things in saa7146 because of latest v4l changes in 2.5.65 - makelinks: removed the compat module from the 2.5.x build process - makelinks: removed the linkage of ttusb and bt8xx -- enable this again for the next patches, when ttusb is more stable and the bt8xx related patches have been applied by Gerd Knorr - dvb: removed the compat module from the 2.5.x build process, added #ifdefs around the inclusion of compat.h. this was necessary because having compat code in the newest 2.5.x kernel is awkward. - dvb: move around of dvb_usercopy again. because I removed the compat module from the 2.5.x build process, dvb_usercopy had to be moved to another file - dvb: change MOD_*_USE_COUNT to module_get/module_put in various files, but I'm not sure if I did this right. please review these changes. - dvb: removed the crc32 code from dvb_demux.c, because it's in compat.c, too. - dvb: removed some cruft from dvd_i2c.c, which is present in compat.h - all files: apply small fixes to reflect the new location of some header files
2003-01-07Removed dependency from dvb-core and ttpci-budget to videodev/v4l,Michael Hunold
because dvb-core was never dependend at all and ttpci-budget can now be build without videodev dependency.
2003-01-04Some more changes... (but we're stabilizing...)Michael Hunold
2.5.x: - exchanged the Kconfig files for "ttpci" and "ttpci-budget" - removed the "SAA7146 based" from the card descriptions, but put it to the remark some lines above saa7146: - simplified the probe(), attach(), detach() logic, since all dvb devices can be identified by their subvendor/subdevice ids av7110: - added two wait_for_debi_done() calls in gpioirq(). (All other IER_ENABLE() calls are preceded by wait_for_debi_done()) budget: - budget.c has been split up into budget.c and budget-av.c. The latter is for budget cards with analog video (av) inputs. Definitions are now in budget.h. budget.c exports various functions that are used by budget-av.c, too. The av code is currently missing, though, and needs to be added. unsorted: - various c99 initializer cleanups
2002-12-30Next chunk of big splitup / cleanup:Michael Hunold
(tested on 2.4.18 and 2.5.53 -- the budget driver is untested, Holger will test it the next week) saa7146: - completely separated the saa7146 driver into a core-driver (saa7146.o) and a video/vbi part (saa7146_vv.o). this allows you to build the budget driver without av7110 and videodev bloat (see below) The following thinks have been approved by Holger Waechtler: av7110 (now ttpci): - for 2.5.x: removed the av7110 directory and put everything into ttpci. - removed all budget card support from this driver - compile and build fixes for the saa7146 changes ttpci-budget (new): - for 2.5.x: created a new ttpci-budget directory, added a new driver for the budget cards mxb: - compile and build fixes for the saa7146 changes Changed the build and compile files for both 2.5.x and build-2.4 of course...
2002-11-11new 2.5 style KConfig filesHolger Waechtler