Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1162105AbbKTIuo (ORCPT ); Fri, 20 Nov 2015 03:50:44 -0500 Received: from mail-wm0-f52.google.com ([74.125.82.52]:35307 "EHLO mail-wm0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161067AbbKTIum (ORCPT ); Fri, 20 Nov 2015 03:50:42 -0500 Date: Fri, 20 Nov 2015 09:50:39 +0100 From: Valentin Rothberg To: marc_gonzalez@sigmadesigns.com Cc: sboyd@codeaurora.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, Paul Bolle , Andreas Ziegler Subject: clk: tango4: undefined CONFIG_ARCH_TANGOX Message-ID: <20151120085039.GA2832@debian-vm> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 958 Lines: 26 Hi Marc, your commit ed12dfc92f01 ("clk: tango4: clkgen driver for Tango4 platforms") has shown up in today's linux-next tree (i.e., next-20151120) adding the following build condition to the tango4 clk driver: drivers/clk/Makefile:45:obj-$(CONFIG_ARCH_TANGOX) += clk-tango4.o However, ARCH_TANGOX is nowhere defined in Kconfig so that the driver cannot be compiled at the current state. I checked the LKML, and found a bunch of patches referencing ARCH_TANGOX as well, but I could not find any patch adding this option. Is there a patch queued somewhere that adds ARCH_TANGOX? I detected the issue with scripts/checkkconfigsymbols.py by diffing yesterday's and today's linux-next. 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/