From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935990AbdGTTan (ORCPT ); Thu, 20 Jul 2017 15:30:43 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:32936 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934079AbdGTTam (ORCPT ); Thu, 20 Jul 2017 15:30:42 -0400 Date: Thu, 20 Jul 2017 21:30:38 +0200 From: Krzysztof Kozlowski To: Arnd Bergmann Cc: Kukjin Kim , Linus Walleij , Daniel Lezcano , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 10/12] [v2] ARM: s3c24xx: make H1940BT depend on RFKILL Message-ID: <20170720193038.GA16488@kozik-book> References: <20170720154616.3250481-1-arnd@arndb.de> <20170720155410.3251043-1-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20170720155410.3251043-1-arnd@arndb.de> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 20, 2017 at 05:53:43PM +0200, Arnd Bergmann wrote: > Bluetooth is only supported when network support is part of the kernel, > so it is a bit pointless to build the hi1940-bt support without networking. > If we try anyway, we get a Kconfig warning: > > warning: (TOSA_BT && H1940BT) selects RFKILL which has unmet direct dependencies (NET) > > This turns the 'select' into 'depends on' as Krzysztof suggested when > I first sent a fix. > > Suggested-by: Krzysztof Kozlowski > Link: https://patchwork.kernel.org/patch/8164161/ > Signed-off-by: Arnd Bergmann > --- > v1 was sent in Jan 2016, and instead added a dependency on CONFIG_NET > --- > arch/arm/mach-s3c24xx/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks, applied. Best regards, Krzysztof