Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754358AbaDFUVV (ORCPT ); Sun, 6 Apr 2014 16:21:21 -0400 Received: from cpsmtpb-ews06.kpnxchange.com ([213.75.39.9]:55492 "EHLO cpsmtpb-ews06.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753076AbaDFUVT (ORCPT ); Sun, 6 Apr 2014 16:21:19 -0400 Message-ID: <1396815677.4886.16.camel@x220> Subject: Re: Kconfig circular dependency question From: Paul Bolle To: Larry Finger Cc: linux-kernel@vger.kernel.org Date: Sun, 06 Apr 2014 22:21:17 +0200 In-Reply-To: <1396815038.4886.11.camel@x220> References: <5341AFC7.1070001@lwfinger.net> <1396815038.4886.11.camel@x220> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-2.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 06 Apr 2014 20:21:17.0601 (UTC) FILETIME=[C40B9110:01CF51D5] X-RcptDomain: vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2014-04-06 at 22:10 +0200, Paul Bolle wrote: > On Sun, 2014-04-06 at 14:49 -0500, Larry Finger wrote: > > A kernel build is reporting the following: > > > > net/rfkill/Kconfig:4:error: recursive dependency detected! > > net/rfkill/Kconfig:4: symbol RFKILL is selected by R8723AU > > drivers/staging/rtl8723au/Kconfig:1: symbol R8723AU depends on USB > > drivers/usb/Kconfig:41: symbol USB is selected by MOUSE_APPLETOUCH > > drivers/input/mouse/Kconfig:162: symbol MOUSE_APPLETOUCH depends on INPUT > > drivers/input/Kconfig:8: symbol INPUT is selected by ACPI_CMPC > > drivers/platform/x86/Kconfig:635: symbol ACPI_CMPC depends on RFKILL > > I must be having a slow day, but how should this be parsed to see the > recursive dependency? So it tells us ("depends on" vertical, "is selected by" horizontal): R8723AU -> RFKILL | v MOUSE_APPLETOUCH -> USB | v ACPCI_CMPC -> INPUT | v RFKILL doesn't it? And why is that a problem? Paul Bolle -- 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/