From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomi Valkeinen Subject: Re: [PATCH 03/30] video/omap: fix build dependencies Date: Mon, 03 Oct 2011 09:59:35 +0300 Message-ID: <1317625175.2026.8.camel@deskari> References: <1317566760-25681-1-git-send-email-arnd@arndb.de> <1317566760-25681-4-git-send-email-arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from na3sys009aog103.obsmtp.com ([74.125.149.71]:60992 "EHLO na3sys009aog103.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750846Ab1JCG7m (ORCPT ); Mon, 3 Oct 2011 02:59:42 -0400 In-Reply-To: <1317566760-25681-4-git-send-email-arnd@arndb.de> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Arnd Bergmann Cc: Tony Lindgren , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Hi Arnd, On Sun, 2011-10-02 at 16:45 +0200, Arnd Bergmann wrote: > Four of the LCD panel drivers depend on the backlight class, > so add the dependency in Kconfig. > Selecting the BACKLIGHT_CLASS_DEVICE symbol does not generally > work since it has other dependencies. > > Signed-off-by: Arnd Bergmann > Cc: Tomi Valkeinen This looks ok to me. If it's fine to you, I'll queue this patch in my DSS tree to prevent possible conflicts. Tomi