From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754144AbbJTWmm (ORCPT ); Tue, 20 Oct 2015 18:42:42 -0400 Received: from mout.kundenserver.de ([212.227.126.130]:53281 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753271AbbJTWmh (ORCPT ); Tue, 20 Oct 2015 18:42:37 -0400 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: Rachel Kim , devel@driverdev.osuosl.org, Chris Park , gregkh@linuxfoundation.org, Stanislav Kholmanskikh , linux-wireless@vger.kernel.org, Johnny Kim , linux-kernel@vger.kernel.org, Tony Cho , Glen Lee , Leo Kim Subject: Re: [PATCH] staging/wilc: fix Kconfig dependencies, second try Date: Wed, 21 Oct 2015 00:42:23 +0200 Message-ID: <4126905.7rHMRoCZhU@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <4095810.4Q9e8Lc4je@wuerfel> References: <5446980.8Rmykv9Tt3@wuerfel> <4253270.hGxaSY0VLA@wuerfel> <4095810.4Q9e8Lc4je@wuerfel> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:rszPg0sVE6t5i0fNOYQfHLSLolWP9V0cTfOlguQ81A7VKdHgU4A fci8js2/SOhJu4pg9K4AN1JZuWpLCQtFhSOAnE21QQ+OhL+HQvQfU+bmfrxwcXFAc2Pd2KO qfatu8G4rW2rVD/rEVxGr+518bGhlCOgxwPENUnCbCg+auyaA4CPTWrhoyxEXiyyb3DE6HT Potpn0Et5geNKWdS1D3JA== X-UI-Out-Filterresults: notjunk:1;V01:K0:zhUfASwUg4M=:6kprYhJWN+2u7CrdNP1x/8 bFVRBUJHHMNNi+rf5YhgyYyanQ3S+JguRwEsIMRVmVCYirXpUBHbnDLUCho+cFsJnhrjRUxLT df+KhV489YqWC6UunEQubk5A64GPRzlG38e99c9S0DZuu4lMQsFFzk/2KEYtp6fYeDBBrIJZz EI/9VVVjFZH+0SBWvHeDLXb1jPUVQQoE1tSbhl0QO0GuzOKWxYMK37k/Y+KN0Zj0hZkhtlN1Z riw+yTN6nKz2NNJHoKpSD8W2HsOBA4rSq0VjR4FKrh/wv2ykNdNq8mm9WE3ovQ2noL+kT+eKI Eroa5zDA3byOX1WPwz1yIGsMgEvF//zHRMoZkA8vnS6XzY89BCWNew/1dS7trHxV2OUqC0cQm RtnjaR1f2IGOctU20i8Va1+p9itgDyPivW8k74EvuCYShUCUT45d129cDVbAV1xK9P3dLEYpP Rlxzg2QIxIcP6RcoTFCY58bjzAc1l2EXgOggJYo6KJShsZ/uHdLVuf5i+Zo18huETM/yEkm7d XDtUxNNKaL1BNDitGWRXKlnZejbCyWmetES6a+KJ3aNMENvXoF47oSPBC47nsksyJIp7OfQEv H9K54IWrmTPAz/KbRKZGrrAhlN/4sGg16VSe18jkuUAeq3GQpuRODjgBvdkh3gTXI3BCcq/zl iilykXTSUMh9f9dXhfuWVNIWAmderfl99GLNGEhbmVEq/Wfy8iW1NAPcLcCou4x4PfsrwiLK/ nuQJIvvlHnOkskrt Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday 19 October 2015 11:53:40 Arnd Bergmann wrote: > 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 I spent too much time on it now, but I have a series that should fix this part for real and let you build both drivers into the kernel (or as modules) in a single configuration. Arnd