dect
/
linux-2.6
Archived
13
0
Fork 0

[media] firewire: move it one level up

Move firewire to one level up, as the dvb subdirectory will be
removed.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Mauro Carvalho Chehab 2012-06-14 16:35:55 -03:00
parent 9a0bf528b4
commit 616300bd51
13 changed files with 6 additions and 7 deletions

View File

@ -164,8 +164,12 @@ source "drivers/media/radio/Kconfig"
source "drivers/media/dvb-core/Kconfig"
source "drivers/media/dvb/Kconfig"
comment "Supported FireWire (IEEE 1394) Adapters"
depends on DVB_CORE && FIREWIRE
source "drivers/media/firewire/Kconfig"
comment "Supported DVB Frontends"
depends on DVB_CORE
depends on DVB_CORE
source "drivers/media/dvb-frontends/Kconfig"
endif # MEDIA_SUPPORT

View File

@ -12,3 +12,4 @@ obj-y += v4l2-core/ common/ rc/ video/
obj-$(CONFIG_VIDEO_DEV) += radio/
obj-$(CONFIG_DVB_CORE) += dvb-core/ dvb/ dvb-frontends/
obj-$(CONFIG_DVB_FIREDTV) += firewire/

View File

@ -39,10 +39,6 @@ comment "Supported SDMC DM1105 Adapters"
depends on DVB_CORE && PCI && I2C
source "drivers/media/dvb/dm1105/Kconfig"
comment "Supported FireWire (IEEE 1394) Adapters"
depends on DVB_CORE && FIREWIRE
source "drivers/media/dvb/firewire/Kconfig"
comment "Supported Earthsoft PT1 Adapters"
depends on DVB_CORE && PCI && I2C
source "drivers/media/dvb/pt1/Kconfig"

View File

@ -16,5 +16,3 @@ obj-y := ttpci/ \
mantis/ \
ngene/ \
ddbridge/
obj-$(CONFIG_DVB_FIREDTV) += firewire/