From: Randy Dunlap Date: Thu, 30 Jun 2011 17:31:04 +0000 (-0300) Subject: [media] media: fix radio-sf16fmr2 build when SND is not enabled X-Git-Tag: upstream/snapshot3+hdmi~9660^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=42a741dcf1472cea55193ea8611db3d67808ce22;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git [media] media: fix radio-sf16fmr2 build when SND is not enabled When CONFIG_SND is not enabled, radio-sf16fmr2 build fails with: so make this driver depend on SND. Signed-off-by: Randy Dunlap Cc: Hans Verkuil Cc: Mauro Carvalho Chehab Cc: linux-media@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index 0aeed28..52798a1 100644 --- a/drivers/media/radio/Kconfig +++ b/drivers/media/radio/Kconfig @@ -201,7 +201,7 @@ config RADIO_SF16FMI config RADIO_SF16FMR2 tristate "SF16FMR2 Radio" - depends on ISA && VIDEO_V4L2 + depends on ISA && VIDEO_V4L2 && SND ---help--- Choose Y here if you have one of these FM radio cards.