diff options
author | Michael Hunold <devnull@localhost> | 2004-05-28 11:08:43 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2004-05-28 11:08:43 +0000 |
commit | 7e61a4f39058b0fcb4b5f6a5454b968ed8a7925a (patch) | |
tree | 4d1fbe69c61253c592d33298ccd7474205011866 /linux/drivers/media/dvb/b2c2/Kconfig | |
parent | ae82c67264eb2b94958bfb6b6e866e6c658b61ba (diff) | |
download | mediapointer-dvb-s2-7e61a4f39058b0fcb4b5f6a5454b968ed8a7925a.tar.gz mediapointer-dvb-s2-7e61a4f39058b0fcb4b5f6a5454b968ed8a7925a.tar.bz2 |
- clean up and sanitize various Kconfig entries
- especially sort the frontend modules by type and use a consistent naming scheme
(although the distinction between demodulator, tuner and frontend gets fuzzier)
Diffstat (limited to 'linux/drivers/media/dvb/b2c2/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/b2c2/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/b2c2/Kconfig b/linux/drivers/media/dvb/b2c2/Kconfig index ebc6b5f9a..b3a45b4fc 100644 --- a/linux/drivers/media/dvb/b2c2/Kconfig +++ b/linux/drivers/media/dvb/b2c2/Kconfig @@ -1,6 +1,6 @@ config DVB_B2C2_SKYSTAR tristate "Technisat Skystar2 PCI" - depends on DVB_CORE + depends on DVB_CORE && PCI help Support for the Skystar2 PCI DVB card by Technisat, which is equipped with the FlexCopII chipset by B2C2. |