Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756923AbbDXSwZ (ORCPT ); Fri, 24 Apr 2015 14:52:25 -0400 Received: from mail-wg0-f50.google.com ([74.125.82.50]:33177 "EHLO mail-wg0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752501AbbDXSwY (ORCPT ); Fri, 24 Apr 2015 14:52:24 -0400 MIME-Version: 1.0 From: Valentin Rothberg Date: Fri, 24 Apr 2015 20:51:52 +0200 Message-ID: Subject: bf609: undefined Kconfig option FB_BF609_NL8048 To: scott.jiang.linux@gmail.com Cc: realmz6@gmail.com, sonic.zhang@analog.com, dmitry.torokhov@gmail.com, adi-buildroot-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, Paul Bolle , Andreas Ruprecht , hengelein Stefan Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 783 Lines: 23 Hi Scott, your commit b3df664b85c7 ("bf609: add resources for lcd nl8048") is in today's Linux next tree and adds the following #ifdef block: +#if defined(CONFIG_FB_BF609_NL8048) \ + || defined(CONFIG_FB_BF609_NL8048_MODULE) [...] At the current state, the ifdef guarded code cannot be compiled since the Kconfig option is not defined. Is there a patch queued somewhere to add this missing option? I detected this issue with scripts/checkkconfigsymbols.py by diffing yesterday's and today's next tree. Kind regards, Valentin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/