From patchwork Fri Oct 15 06:58:00 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guennadi Liakhovetski X-Patchwork-Id: 255381 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o9F6vr8d002028 for ; Fri, 15 Oct 2010 06:57:54 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756227Ab0JOG5x (ORCPT ); Fri, 15 Oct 2010 02:57:53 -0400 Received: from mailout-de.gmx.net ([213.165.64.22]:43915 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with SMTP id S1756128Ab0JOG5x (ORCPT ); Fri, 15 Oct 2010 02:57:53 -0400 Received: (qmail invoked by alias); 15 Oct 2010 06:57:51 -0000 Received: from p50898A14.dip0.t-ipconnect.de (EHLO axis700.grange) [80.137.138.20] by mail.gmx.net (mp024) with SMTP; 15 Oct 2010 08:57:51 +0200 X-Authenticated: #20450766 X-Provags-ID: V01U2FsdGVkX1/xQst8WnHxRhQHRhis15oQp3yw7suwR2X2lHPAgG 1spM7hbxyG64a9 Received: from lyakh (helo=localhost) by axis700.grange with local-esmtp (Exim 4.63) (envelope-from ) id 1P6eEq-00016S-LJ; Fri, 15 Oct 2010 08:58:00 +0200 Date: Fri, 15 Oct 2010 08:58:00 +0200 (CEST) From: Guennadi Liakhovetski To: linux-sh@vger.kernel.org cc: alsa-devel@alsa-project.org, Kuninori Morimoto , Liam Girdwood , Mark Brown , Paul Mundt Subject: [PATCH] fbdev: sh_mobile_hdmi: fix compilation without SOUND enabled Message-ID: MIME-Version: 1.0 X-Y-GMX-Trusted: 0 Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Fri, 15 Oct 2010 06:58:07 +0000 (UTC) diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 43e90b8..935cdc2 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -1919,6 +1919,8 @@ config FB_SH_MOBILE_HDMI tristate "SuperH Mobile HDMI controller support" depends on FB_SH_MOBILE_LCDC select FB_MODE_HELPERS + select SOUND + select SND select SND_SOC ---help--- Driver for the on-chip SH-Mobile HDMI controller.