mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 22:50:41 +00:00
[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:
parent
9a0bf528b4
commit
616300bd51
@ -164,8 +164,12 @@ source "drivers/media/radio/Kconfig"
|
|||||||
source "drivers/media/dvb-core/Kconfig"
|
source "drivers/media/dvb-core/Kconfig"
|
||||||
source "drivers/media/dvb/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"
|
comment "Supported DVB Frontends"
|
||||||
depends on DVB_CORE
|
depends on DVB_CORE
|
||||||
source "drivers/media/dvb-frontends/Kconfig"
|
source "drivers/media/dvb-frontends/Kconfig"
|
||||||
|
|
||||||
endif # MEDIA_SUPPORT
|
endif # MEDIA_SUPPORT
|
||||||
|
@ -12,3 +12,4 @@ obj-y += v4l2-core/ common/ rc/ video/
|
|||||||
|
|
||||||
obj-$(CONFIG_VIDEO_DEV) += radio/
|
obj-$(CONFIG_VIDEO_DEV) += radio/
|
||||||
obj-$(CONFIG_DVB_CORE) += dvb-core/ dvb/ dvb-frontends/
|
obj-$(CONFIG_DVB_CORE) += dvb-core/ dvb/ dvb-frontends/
|
||||||
|
obj-$(CONFIG_DVB_FIREDTV) += firewire/
|
||||||
|
@ -39,10 +39,6 @@ comment "Supported SDMC DM1105 Adapters"
|
|||||||
depends on DVB_CORE && PCI && I2C
|
depends on DVB_CORE && PCI && I2C
|
||||||
source "drivers/media/dvb/dm1105/Kconfig"
|
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"
|
comment "Supported Earthsoft PT1 Adapters"
|
||||||
depends on DVB_CORE && PCI && I2C
|
depends on DVB_CORE && PCI && I2C
|
||||||
source "drivers/media/dvb/pt1/Kconfig"
|
source "drivers/media/dvb/pt1/Kconfig"
|
||||||
|
@ -16,5 +16,3 @@ obj-y := ttpci/ \
|
|||||||
mantis/ \
|
mantis/ \
|
||||||
ngene/ \
|
ngene/ \
|
||||||
ddbridge/
|
ddbridge/
|
||||||
|
|
||||||
obj-$(CONFIG_DVB_FIREDTV) += firewire/
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user