summaryrefslogtreecommitdiffstats
path: root/drivers/media/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2012-06-14 21:35:55 +0200
committerMauro Carvalho Chehab2012-08-14 04:20:36 +0200
commit616300bd51bee80d2d122c205866aa4c20adbaa8 (patch)
tree732800e883c2b723cb5a2bf96cc6c4c0687cac20 /drivers/media/Kconfig
parent[media] move the dvb/frontends to drivers/media/dvb-frontends (diff)
downloadkernel-qcow2-linux-616300bd51bee80d2d122c205866aa4c20adbaa8.tar.gz
kernel-qcow2-linux-616300bd51bee80d2d122c205866aa4c20adbaa8.tar.xz
kernel-qcow2-linux-616300bd51bee80d2d122c205866aa4c20adbaa8.zip
[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>
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r--drivers/media/Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
index 180fb1394c46..b7d2802e6a3f 100644
--- a/drivers/media/Kconfig
+++ b/drivers/media/Kconfig
@@ -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