Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752422AbdCHKdF (ORCPT ); Wed, 8 Mar 2017 05:33:05 -0500 Received: from mga09.intel.com ([134.134.136.24]:40800 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752052AbdCHKdB (ORCPT ); Wed, 8 Mar 2017 05:33:01 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,262,1486454400"; d="scan'208";a="57559838" Message-ID: <1488968422.5218.1.camel@linux.intel.com> Subject: Re: staging/atomsip: undefined Kconfig symbols From: Alan Cox To: Valentin Rothberg Cc: Greg Kroah-Hartman , LKML Date: Wed, 08 Mar 2017 10:20:22 +0000 In-Reply-To: References: Organization: Intel Corporation Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.20.5 (3.20.5-1.fc24) Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 505 Lines: 15 On Wed, 2017-03-08 at 09:39 +0100, Valentin Rothberg wrote: > > Hi Alan, > > > > your commit a49d25364dfb ("staging/atomisp: Add support for the > > Intel IPU v2") has shown up in linux-next.  I run daily checks on > > linux-next with scripts/checkkconfigsymbols.py, which complained > > about the undefined Kconfig symbols listed below. Thanks There are *lots* of defines in the code either always or never set. I'm slowly removing them one by one. The config ones will get cleaned up as I go. Alan