Commit 0b80a952 authored by Michael Hunold's avatar Michael Hunold Committed by Linus Torvalds

[PATCH] Various kconfig and Makefile updates

parent 4cdc5405
......@@ -33,9 +33,19 @@ source "drivers/media/dvb/dvb-core/Kconfig"
source "drivers/media/dvb/frontends/Kconfig"
comment "Supported SAA7146 based PCI Adapters"
depends on DVB
depends on DVB && PCI
source "drivers/media/dvb/ttpci/Kconfig"
comment "Supported USB Adapters"
depends on DVB && USB
source "drivers/media/dvb/ttusb-budget/Kconfig"
source "drivers/media/dvb/ttusb-dec/Kconfig"
comment "Supported FlexCopII (B2C2) Adapters"
depends on DVB && PCI
source "drivers/media/dvb/b2c2/Kconfig"
endmenu
......@@ -2,4 +2,5 @@
# Makefile for the kernel multimedia device drivers.
#
obj-y := dvb-core/ frontends/ ttpci/ # ttusb-budget/
obj-y := dvb-core/ frontends/ ttpci/ ttusb-dec/ ttusb-budget/ b2c2/
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment