From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BFBFCC28CF6 for ; Fri, 3 Aug 2018 09:11:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 812052174B for ; Fri, 3 Aug 2018 09:11:45 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 812052174B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732439AbeHCLHG (ORCPT ); Fri, 3 Aug 2018 07:07:06 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:45532 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729350AbeHCLHG (ORCPT ); Fri, 3 Aug 2018 07:07:06 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 01661CFB60; Fri, 3 Aug 2018 09:11:43 +0000 (UTC) Received: from localhost (unknown [10.40.205.152]) by smtp.corp.redhat.com (Postfix) with ESMTP id 677371007256; Fri, 3 Aug 2018 09:11:41 +0000 (UTC) Date: Fri, 3 Aug 2018 11:11:41 +0200 From: Stanislaw Gruszka To: Stephen Rothwell Cc: Kalle Valo , Wireless , Linux-Next Mailing List , Linux Kernel Mailing List Subject: Re: linux-next: build failure after merge of the wireless-drivers-next tree Message-ID: <20180803091140.GA10284@redhat.com> References: <20180803182942.4de98df2@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180803182942.4de98df2@canb.auug.org.au> User-Agent: Mutt/1.8.3 (2017-05-23) X-Scanned-By: MIMEDefang 2.78 on 10.11.54.3 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.1]); Fri, 03 Aug 2018 09:11:43 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.1]); Fri, 03 Aug 2018 09:11:43 +0000 (UTC) for IP:'10.11.54.3' DOMAIN:'int-mx03.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'sgruszka@redhat.com' RCPT:'' Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi On Fri, Aug 03, 2018 at 06:29:42PM +1000, Stephen Rothwell wrote: > After merging the wireless-drivers-next tree, today's linux-next build > (powerpc allyesconfig) failed like this: [snip] > diff --git a/drivers/net/wireless/mediatek/mt76/Kconfig b/drivers/net/wireless/mediatek/mt76/Kconfig > index 850611ad347a..ad56b3ed2be2 100644 > --- a/drivers/net/wireless/mediatek/mt76/Kconfig > +++ b/drivers/net/wireless/mediatek/mt76/Kconfig > @@ -13,6 +13,7 @@ config MT76x0U > tristate "MediaTek MT76x0U (USB) support" > depends on MAC80211 > depends on USB > + depends on BROKEN Would be better to limit driver to be build as module. Hopefully that will fix the issue. I'll post patch in a moment. Thanks Stanislaw