From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758006AbdJMJho (ORCPT ); Fri, 13 Oct 2017 05:37:44 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:60724 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751529AbdJMJhm (ORCPT ); Fri, 13 Oct 2017 05:37:42 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org E4C1B61265 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=kvalo@codeaurora.org Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: bcma: keep *config menu together From: Kalle Valo In-Reply-To: References: To: Randy Dunlap Cc: LKML , linux-wireless , Andrew Morton , =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= User-Agent: pwcli/0.0.0-git (https://github.com/kvalo/pwcli/) Python/2.7.12 Message-Id: <20171013093741.5629461256@smtp.codeaurora.org> Date: Fri, 13 Oct 2017 09:37:39 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Randy Dunlap wrote: > From: Randy Dunlap > > Use "if BCMA"/"endif" around all Kconfig symbols so that they are > kept together in *config menus instead of showing up in unexpected > places. Also remove "depends on BCMA" since this is handled by the > "if BCMA" addition. > > Tested with ARCH={x86_64,MIPS} using make {n,menu,g,x}config. > > Signed-off-by: Randy Dunlap > Cc: Rafał Miłecki Patch applied to wireless-drivers-next.git, thanks. 0f0a0af82626 bcma: keep *config menu together -- https://patchwork.kernel.org/patch/9974679/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches