From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752158AbaJIRPu (ORCPT ); Thu, 9 Oct 2014 13:15:50 -0400 Received: from mail-gw1-out.broadcom.com ([216.31.210.62]:48934 "EHLO mail-gw1-out.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751293AbaJIRPf (ORCPT ); Thu, 9 Oct 2014 13:15:35 -0400 X-IronPort-AV: E=Sophos;i="5.04,686,1406617200"; d="scan'208";a="48065309" Message-ID: <5436C2B4.6030801@broadcom.com> Date: Thu, 9 Oct 2014 19:15:32 +0200 From: Arend van Spriel User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.2.24) Gecko/20111103 Lightning/1.0b2 Thunderbird/3.1.16 MIME-Version: 1.0 To: =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= CC: Guenter Roeck , "linux-wireless@vger.kernel.org" , Linux Kernel Mailing List , Hauke Mehrtens , "Arnd Bergmann" Subject: Re: [PATCH] bcma: Add dependency on OF_ADDRESS References: <1412872877-1771-1-git-send-email-linux@roeck-us.net> In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/09/14 18:54, Rafał Miłecki wrote: > On 9 October 2014 18:41, Guenter Roeck wrote: >> Commit 2101e533f41a ("bcma: register bcma as device tree driver") >> introduces a hard dependency on OF_ADDRESS into the bcma driver. >> OF_ADDRESS is specifically disabled for the sparc architecture. >> This results in the following error when building sparc64:allmodconfig. Does this mean on sparc (using allmodconfig) you will get CONFIG_OF and !CONFIG_OF_ADDRESS? Does that makes sense? btw. the OF_ADDRESS dependency was introduced by commit "bcma: get IRQ numbers from dt". Regards, Arend > Won't this make bcma im-POSSIBLE on MIPS? And maybe x86(_64), or at > least add an unneeded dependency? I think we should somehow limit this > to BCM5301X arch. > -- > 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/