Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752856AbbFAPKL (ORCPT ); Mon, 1 Jun 2015 11:10:11 -0400 Received: from mail-wi0-f182.google.com ([209.85.212.182]:35251 "EHLO mail-wi0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752160AbbFAPKB (ORCPT ); Mon, 1 Jun 2015 11:10:01 -0400 MIME-Version: 1.0 From: Valentin Rothberg Date: Mon, 1 Jun 2015 17:09:29 +0200 Message-ID: Subject: watchdog: st_wdt: select on undefined MFD_ST_LPC To: lee.jones@linaro.org Cc: Valentin Rothberg , Andreas Ruprecht , Paul Bolle , hengelein Stefan , wim@iguana.be, david.paris@st.com, linux-kernel@vger.kernel.org, linux-watchdog@vger.kernel.org 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: 852 Lines: 25 Hi Lee, your commit d0c9e350b9a4 ("watchdog: st_wdt: Add new driver for ST's LPC Watchdog") is in today's linux-next tree (i.e., next-20150601) and adds the following lines of code to drivers/watchdog/Kconfig. +config ST_LPC_WATCHDOG ... + select MFD_ST_LPC The select turns out to be a NOOP since MFD_ST_LPC is not defined Kconfig. Is it the correct option to be selected? I could not find a similar option in the source, nor get any hints from searching the lkml. I detected the issue with ./scripts/checkkconfigsymbols.py by diffing the last and today's linux 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/