diff options
author | Patrick Boettcher <devnull@localhost> | 2004-09-05 11:43:07 +0000 |
---|---|---|
committer | Patrick Boettcher <devnull@localhost> | 2004-09-05 11:43:07 +0000 |
commit | 4f158be60d861cdafad20d5e3ed891947c5bc4e4 (patch) | |
tree | d8b47b6a9b94b0448e288efbe32c8983cc247407 /linux/drivers/media/dvb/Kconfig | |
parent | 0ea5aa58975517299dbb1688dbf879603291716a (diff) | |
download | mediapointer-dvb-s2-4f158be60d861cdafad20d5e3ed891947c5bc4e4.tar.gz mediapointer-dvb-s2-4f158be60d861cdafad20d5e3ed891947c5bc4e4.tar.bz2 |
necessary changes to deactivate to vp7041 driver and enable to dibusb driver
Diffstat (limited to 'linux/drivers/media/dvb/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/Kconfig b/linux/drivers/media/dvb/Kconfig index fb8a80df3..5f1a853db 100644 --- a/linux/drivers/media/dvb/Kconfig +++ b/linux/drivers/media/dvb/Kconfig @@ -31,7 +31,7 @@ comment "Supported USB Adapters" depends on DVB_CORE && USB source "drivers/media/dvb/ttusb-budget/Kconfig" source "drivers/media/dvb/ttusb-dec/Kconfig" -source "drivers/media/dvb/vp7041/Kconfig" +source "drivers/media/dvb/dibusb/Kconfig" comment "Supported FlexCopII (B2C2) Adapters" depends on DVB_CORE && PCI |