Return-path: Received: from mout.kundenserver.de ([212.227.126.130]:52434 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752131AbbJSJxu (ORCPT ); Mon, 19 Oct 2015 05:53:50 -0400 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: Tony Cho , Rachel Kim , linux-wireless@vger.kernel.org, Chris Park , gregkh@linuxfoundation.org, Stanislav Kholmanskikh , Glen Lee , Johnny Kim , linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, Leo Kim Subject: Re: [PATCH] staging/wilc: fix Kconfig dependencies, second try Date: Mon, 19 Oct 2015 11:53:40 +0200 Message-ID: <4095810.4Q9e8Lc4je@wuerfel> (sfid-20151019_115408_411177_6BCC5A50) In-Reply-To: <4253270.hGxaSY0VLA@wuerfel> References: <5446980.8Rmykv9Tt3@wuerfel> <5624A1AF.8080607@atmel.com> <4253270.hGxaSY0VLA@wuerfel> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: linux-wireless-owner@vger.kernel.org List-ID: On Monday 19 October 2015 11:39:31 Arnd Bergmann wrote: > On Monday 19 October 2015 16:54:23 Tony Cho wrote: > > Hi Arnd Bergmann, > > > > When I apply this patch, I cannot make WILC1000 module (wilc1000.ko) because CONFIG_WILC1000 is y and also I can see some link errors for the cfg80211 APIs. > > > > Can you consider this patch? > > Ah, you are right. I see the same thing now and don't know what caused me > to send the patch in an incomplete state. > > I hope this snippet is the last missing piece: > No, that was not it either, I'll start over to think this through. The real solution of course is to make it possible to load both the SPI and MMC front-ends at the same time and have a common base driver, which I might have to do, in order to clear myself of the shame of sending not one but two incorrect fixes for this problem ;-) Arnd