From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752659AbcDRVXN (ORCPT ); Mon, 18 Apr 2016 17:23:13 -0400 Received: from mail-pf0-f180.google.com ([209.85.192.180]:35257 "EHLO mail-pf0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751842AbcDRVXL (ORCPT ); Mon, 18 Apr 2016 17:23:11 -0400 Subject: Re: [PATCH v2] bus: brcmstb_gisb: Rework dependencies To: linux-arm-kernel@lists.infradead.org References: <1460839575-16869-1-git-send-email-f.fainelli@gmail.com> Cc: linux-mips@linux-mips.org, Ray Jui , Scott Branden , Russell King , Olof Johansson , Suzuki K Poulose , Arnd Bergmann , Punit Agrawal , Masahiro Yamada , Chen-Yu Tsai , "open list:BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITE..." , open list From: Florian Fainelli Message-ID: <57154FBD.9080903@gmail.com> Date: Mon, 18 Apr 2016 14:21:01 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <1460839575-16869-1-git-send-email-f.fainelli@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 16/04/16 13:46, Florian Fainelli wrote: > Do not have the machine Kconfig entry point need to select > BRCMSTB_GISB_ARB, instead, just let it be default ARCH_BRCMSTB which is > a better way to deal with this. While at it, also make it default > BMIPS_GENERIC so the legacy MIPS-based STB platforms can benefit from > the same thing. > > Signed-off-by: Florian Fainelli Applied to drivers/next -- Florian