From: Mauro Carvalho Chehab Date: Wed, 19 Aug 2015 09:57:59 +0000 (-0300) Subject: [media] Kconfig: Re-enable Media controller support for DVB X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=21a0654200f24208aadd7bdc80fcdec65d2eb64b;p=linux-beck.git [media] Kconfig: Re-enable Media controller support for DVB This was depending on broken because we're working at the Media Controller API, with has... issues. As this got fixed, we can re-enable it. Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig index 9264ea73b3be..a8518fb3bca7 100644 --- a/drivers/media/Kconfig +++ b/drivers/media/Kconfig @@ -97,7 +97,6 @@ config MEDIA_CONTROLLER config MEDIA_CONTROLLER_DVB bool "Enable Media controller for DVB (EXPERIMENTAL)" depends on MEDIA_CONTROLLER - depends on BROKEN ---help--- Enable the media controller API support for DVB.