Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934326AbbEMNWs (ORCPT ); Wed, 13 May 2015 09:22:48 -0400 Received: from mail-wg0-f45.google.com ([74.125.82.45]:35375 "EHLO mail-wg0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933344AbbEMNWo (ORCPT ); Wed, 13 May 2015 09:22:44 -0400 MIME-Version: 1.0 From: Valentin Rothberg Date: Wed, 13 May 2015 15:22:12 +0200 Message-ID: Subject: mailbox: tegra xusb: undefined MFD_TEGRA_XUSB To: abrestic@chromium.org Cc: jassisinghbrar@gmail.com, swarren@wwwdotorg.org, thierry.reding@gmail.com, gnurou@gmail.com, jonathanh@nvidia.com, linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org, Paul Bolle , hengelein Stefan , Andreas Ruprecht 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: 1089 Lines: 31 Hi Andrew, your commit b1f10002b00a ("mailbox: Add NVIDIA Tegra XUSB mailbox driver") is in today's linux-next tree (i.e., next-20150513) and it adds the following lines: +config TEGRA_XUSB_MBOX + tristate "NVIDIA Tegra XUSB Mailbox" + depends on MFD_TEGRA_XUSB At the current state, the dependency is always false since the option MFD_TEGRA_XUSB is not defined in Kconfig, and the added driver cannot be compiled. Is there a patch queued somewhere to add this missing option? I detected the issue with undertaker-checkpatch [1, 2] running on a bot in Erlangen [3] to make daily checks of commits in linux-next for #ifdef related bugs. Kind regards, Valentin [1] https://vamos.informatik.uni-erlangen.de/trac/undertaker [2] http://www.linuxplumbersconf.org/2014/ocw/proposals/1863 [3] https://www4.cs.fau.de/Research/CADOS/ -- 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/