From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Thu, 15 Feb 2018 18:42:21 +0100 (CET) Received: from mail.linuxfoundation.org ([140.211.169.12]:35572 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S23991172AbeBORmKn9WoD (ORCPT ); Thu, 15 Feb 2018 18:42:10 +0100 Received: from localhost (unknown [37.169.103.153]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 8A1B81148; Thu, 15 Feb 2018 17:42:03 +0000 (UTC) Date: Thu, 15 Feb 2018 18:42:03 +0100 From: Greg Kroah-Hartman To: James Hogan Cc: "David S. Miller" , linux-mips@linux-mips.org, Paul Burton , Ralf Baechle , Corentin Labbe , linux-usb@vger.kernel.org Subject: Re: [PATCH 1/2] usb: Move USB_UHCI_BIG_ENDIAN_* out of USB_SUPPORT Message-ID: <20180215174203.GA21337@kroah.com> References: <05aec8b194d01871c2e9f62ce38d68b56dff59ca.1517437177.git-series.jhogan@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <05aec8b194d01871c2e9f62ce38d68b56dff59ca.1517437177.git-series.jhogan@kernel.org> User-Agent: Mutt/1.9.3 (2018-01-21) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 62560 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: gregkh@linuxfoundation.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On Wed, Jan 31, 2018 at 10:24:45PM +0000, James Hogan wrote: > Move the Kconfig symbols USB_UHCI_BIG_ENDIAN_MMIO and > USB_UHCI_BIG_ENDIAN_DESC out of drivers/usb/host/Kconfig, which is > conditional upon USB && USB_SUPPORT, so that it can be freely selected > by platform Kconfig symbols in architecture code. > > For example once the MIPS_GENERIC platform selects are fixed in the > patch "MIPS: Fix typo BIG_ENDIAN to CPU_BIG_ENDIAN", the MIPS > 32r6_defconfig warns like so: > > warning: (MIPS_GENERIC) selects USB_UHCI_BIG_ENDIAN_MMIO which has unmet direct dependencies (USB_SUPPORT && USB) > warning: (MIPS_GENERIC) selects USB_UHCI_BIG_ENDIAN_DESC which has unmet direct dependencies (USB_SUPPORT && USB) > > Signed-off-by: James Hogan > Cc: Greg Kroah-Hartman > Cc: Corentin Labbe > Cc: linux-usb@vger.kernel.org Acked-by: Greg Kroah-Hartman