diff options
author | Michael Hunold <devnull@localhost> | 2003-10-01 10:24:57 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2003-10-01 10:24:57 +0000 |
commit | 247cf5fcc3c2e684b1319ae8b1a595a328c4b23d (patch) | |
tree | 0fc5df376242627e9aa704616684547e1b3024d4 /linux/drivers/media/dvb/Kconfig | |
parent | 96c67e37ff37a0f02379addc5060451fe1afd051 (diff) | |
download | mediapointer-dvb-s2-247cf5fcc3c2e684b1319ae8b1a595a328c4b23d.tar.gz mediapointer-dvb-s2-247cf5fcc3c2e684b1319ae8b1a595a328c4b23d.tar.bz2 |
- clean up Kconfig files, use the new SELECT facility
- split up saa7146 compilation in core and video part
Diffstat (limited to 'linux/drivers/media/dvb/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/Kconfig | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/linux/drivers/media/dvb/Kconfig b/linux/drivers/media/dvb/Kconfig index a67278c78..8d72e87f6 100644 --- a/linux/drivers/media/dvb/Kconfig +++ b/linux/drivers/media/dvb/Kconfig @@ -3,16 +3,16 @@ # menu "Digital Video Broadcasting Devices" - depends on NET && INET config DVB bool "DVB For Linux" + depends on NET && INET ---help--- Support Digital Video Broadcasting hardware. Enable this if you own a DVB adapter and want to use it or if you compile Linux for a digital SetTopBox. - API specs and user tools and are available for example from + API specs and user tools are available from <http://www.linuxtv.org/>. Please report problems regarding this driver to the LinuxDVB @@ -33,23 +33,16 @@ source "drivers/media/dvb/dvb-core/Kconfig" source "drivers/media/dvb/frontends/Kconfig" comment "Supported SAA7146 based PCI Adapters" - depends on DVB && PCI - + depends on DVB_CORE && PCI source "drivers/media/dvb/ttpci/Kconfig" -comment "BT8xx based PCI Adapters (needs CONFIG_VIDEO_BT848)" - depends on DVB && PCI - -source "drivers/media/dvb/bt8xx/Kconfig" - comment "Supported USB Adapters" - depends on DVB && USB - + depends on DVB_CORE && USB source "drivers/media/dvb/ttusb-budget/Kconfig" source "drivers/media/dvb/ttusb-dec/Kconfig" comment "Supported FlexCopII (B2C2) Adapters" - depends on DVB && PCI + depends on DVB_CORE && PCI source "drivers/media/dvb/b2c2/Kconfig" endmenu |