diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-06-14 15:35:55 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-13 22:20:36 -0400 |
commit | 616300bd51bee80d2d122c205866aa4c20adbaa8 (patch) | |
tree | 732800e883c2b723cb5a2bf96cc6c4c0687cac20 /drivers/media/Kconfig | |
parent | 9a0bf528b4d66b605f02634236da085595c22101 (diff) |
[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/Kconfig | 6 |
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" | |||
164 | source "drivers/media/dvb-core/Kconfig" | 164 | source "drivers/media/dvb-core/Kconfig" |
165 | source "drivers/media/dvb/Kconfig" | 165 | source "drivers/media/dvb/Kconfig" |
166 | 166 | ||
167 | comment "Supported FireWire (IEEE 1394) Adapters" | ||
168 | depends on DVB_CORE && FIREWIRE | ||
169 | source "drivers/media/firewire/Kconfig" | ||
170 | |||
167 | comment "Supported DVB Frontends" | 171 | comment "Supported DVB Frontends" |
168 | depends on DVB_CORE | 172 | depends on DVB_CORE |
169 | source "drivers/media/dvb-frontends/Kconfig" | 173 | source "drivers/media/dvb-frontends/Kconfig" |
170 | 174 | ||
171 | endif # MEDIA_SUPPORT | 175 | endif # MEDIA_SUPPORT |