mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 02:16:45 +07: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/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
|
||||
|
@ -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/
|
||||
|
@ -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"
|
||||
|
@ -16,5 +16,3 @@ obj-y := ttpci/ \
|
||||
mantis/ \
|
||||
ngene/ \
|
||||
ddbridge/
|
||||
|
||||
obj-$(CONFIG_DVB_FIREDTV) += firewire/
|
||||
|
Loading…
Reference in New Issue
Block a user