Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753366AbbDBJKT (ORCPT ); Thu, 2 Apr 2015 05:10:19 -0400 Received: from mail-wi0-f169.google.com ([209.85.212.169]:33206 "EHLO mail-wi0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752350AbbDBJKO (ORCPT ); Thu, 2 Apr 2015 05:10:14 -0400 MIME-Version: 1.0 From: Valentin Rothberg Date: Thu, 2 Apr 2015 11:09:43 +0200 Message-ID: Subject: memory: jz4780-nemc: Dependency on undefined Kconfig option To: alex.smith@imgtec.com Cc: Zubair.Kakakhel@imgtec.com, Greg KH , tony@atomide.com, scottwood@freescale.com, bharat.bhushan@freescale.com, linux-kernel@vger.kernel.org, Paul Bolle , Andreas Ruprecht , hengelein Stefan , jroedel@suse.de 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: 772 Lines: 25 Hi Alex, your commit ("memory: jz4780-nemc: driver for the NEMC on JZ4780 SoCs") sets MACH_JZ4780 as Kconfig dependency for the JZ4780_NEMC driver. +config JZ4780_NEMC [...] + depends on MACH_JZ4780 MACH_JZ4780 is not defined in Kconfig, so that JZ4780_NEMC is always false and the driver cannot be compiled. Is there a patch queued somewhere that adds the missing Kconfig option? I detected this issue with scripts/checkkconfigsymbols.py by diffing yesterday's and today's linux-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/