diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-13 22:13:41 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-13 22:13:41 -0400 |
commit | 9a0bf528b4d66b605f02634236da085595c22101 (patch) | |
tree | e9ff008ff15c3ee5add6d41173ee5e61939480dd /drivers/media/dvb/Kconfig | |
parent | 3d6c2bc08ac4f75bf3597740357c98f2207ca412 (diff) |
[media] move the dvb/frontends to drivers/media/dvb-frontends
Raise the DVB frontends one level up, as the intention is to remove
the drivers/media/dvb directory.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/Kconfig')
-rw-r--r-- | drivers/media/dvb/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/dvb/Kconfig b/drivers/media/dvb/Kconfig index 5a2c4bd75480..e610c361d185 100644 --- a/drivers/media/dvb/Kconfig +++ b/drivers/media/dvb/Kconfig | |||
@@ -59,8 +59,4 @@ comment "Supported ddbridge ('Octopus') Adapters" | |||
59 | depends on DVB_CORE && PCI && I2C | 59 | depends on DVB_CORE && PCI && I2C |
60 | source "drivers/media/dvb/ddbridge/Kconfig" | 60 | source "drivers/media/dvb/ddbridge/Kconfig" |
61 | 61 | ||
62 | comment "Supported DVB Frontends" | ||
63 | depends on DVB_CORE | ||
64 | source "drivers/media/dvb/frontends/Kconfig" | ||
65 | |||
66 | endif # DVB_CAPTURE_DRIVERS | 62 | endif # DVB_CAPTURE_DRIVERS |