Return-path: Received: from mail-pa0-f50.google.com ([209.85.220.50]:55014 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751238AbaJIR33 (ORCPT ); Thu, 9 Oct 2014 13:29:29 -0400 Date: Thu, 9 Oct 2014 10:29:24 -0700 From: Guenter Roeck To: Arend van Spriel Cc: =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= , "linux-wireless@vger.kernel.org" , Linux Kernel Mailing List , Hauke Mehrtens , Arnd Bergmann Subject: Re: [PATCH] bcma: Add dependency on OF_ADDRESS Message-ID: <20141009172924.GD2410@roeck-us.net> (sfid-20141009_192933_312298_F5411F6C) References: <1412872877-1771-1-git-send-email-linux@roeck-us.net> <5436C2B4.6030801@broadcom.com> <5436C367.5080908@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 In-Reply-To: <5436C367.5080908@broadcom.com> Sender: linux-wireless-owner@vger.kernel.org List-ID: On Thu, Oct 09, 2014 at 07:18:31PM +0200, Arend van Spriel wrote: > On 10/09/14 19:15, Arend van Spriel wrote: > >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? > > Is CONFIG_OF is used on sparc to access OpenBoot information? > I have no idea. All I know is that the driver doesn't build anymore with OF enabled and OF_ADDRESS disabled. Guenter