From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753295AbcHRHEH (ORCPT ); Thu, 18 Aug 2016 03:04:07 -0400 Received: from mga09.intel.com ([134.134.136.24]:44671 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751255AbcHRHD4 (ORCPT ); Thu, 18 Aug 2016 03:03:56 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,537,1464678000"; d="asc'?scan'208";a="1027501245" From: Felipe Balbi To: Masahiro Yamada Cc: linux-usb@vger.kernel.org, Arnd Bergmann , Linux Kernel Mailing List , Greg Kroah-Hartman , Peter Chen Subject: Re: [PATCH] usb: remove redundant dependency on USB_SUPPORT In-Reply-To: References: <1469175798-6282-1-git-send-email-yamada.masahiro@socionext.com> <87shu58941.fsf@linux.intel.com> User-Agent: Notmuch/0.22.1+63~g994277e (https://notmuchmail.org) Emacs/25.1.1 (x86_64-pc-linux-gnu) Date: Thu, 18 Aug 2016 10:02:47 +0300 Message-ID: <87r39m5zl4.fsf@linux.intel.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi, Masahiro Yamada writes: > 2016-08-16 16:29 GMT+09:00 Felipe Balbi : >> >> Hi, >> >> Masahiro Yamada writes: >>> The whole Kconfig entries of the USB subsystem are surrounded with >>> "if USB_SUPPORT" ... "endif", so CONFIG_USB_SUPPORT=3Dy is surely met >>> when these two Kconfig options are visible. >>> >>> Signed-off-by: Masahiro Yamada >>> --- >>> >>> drivers/usb/core/Kconfig | 1 - >>> drivers/usb/dwc3/Kconfig | 2 +- >>> 2 files changed, 1 insertion(+), 2 deletions(-) >>> >>> diff --git a/drivers/usb/core/Kconfig b/drivers/usb/core/Kconfig >>> index dd28010..253aac7 100644 >>> --- a/drivers/usb/core/Kconfig >>> +++ b/drivers/usb/core/Kconfig >>> @@ -85,7 +85,6 @@ config USB_OTG_FSM >>> >>> config USB_ULPI_BUS >>> tristate "USB ULPI PHY interface support" >>> - depends on USB_SUPPORT >>> help >>> UTMI+ Low Pin Interface (ULPI) is specification for a commonly = used >>> USB 2.0 PHY interface. The ULPI specification defines a standar= d set >>> diff --git a/drivers/usb/dwc3/Kconfig b/drivers/usb/dwc3/Kconfig >>> index 11864e4..3c6213c 100644 >>> --- a/drivers/usb/dwc3/Kconfig >>> +++ b/drivers/usb/dwc3/Kconfig >>> @@ -1,7 +1,7 @@ >>> config USB_DWC3 >>> tristate "DesignWare USB3 DRD Core Support" >>> depends on (USB || USB_GADGET) && HAS_DMA >>> - select USB_XHCI_PLATFORM if USB_SUPPORT && USB_XHCI_HCD >>> + select USB_XHCI_PLATFORM if USB_XHCI_HCD >>> help >>> Say Y or M here if your system has a Dual Role SuperSpeed >>> USB controller based on the DesignWare USB3 IP Core. >> >> let's split this patch in two so different maintainers can pick the >> relevant pieces. Thanks > > > Greg picked up this patch already. > > I see it in linux-next now. oh, okay. No problem =2D-=20 balbi --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAEBCAAGBQJXtV2XAAoJEIaOsuA1yqREv5IP/1Xa2TskI/H0jmWNtZsk3Mjt zrGMFKmSk/S31JX4t2D+40iFG2u/ZczoAqAIxfcWjU3B4ujj+x9mQERlinECOKWA Ic/EPJeCvNcXirqSOs7bOOVCkhCs/luJwMEOoUjlgBBJf1sQCENqXEnCYzT3pheh zzafyw7xLuNYzdcFEqAnstQD19lMvaiGAvNMd1Ag84kiOF6On2GFBJ8Iu7LZmwcs d0b3j9H8xsQFn8X6XsE6tIL/D5vsO+CKGMePzpQYKrLqmPY/EIIwl8jDsR7+pD0K uiCIJD6L6llhcs6I01JVEUj3uVRGh/q79wyEwVjf4VOOBPeh8fGOQowAMJ4YGVay RY9kybQCWtx2LpTxqLn29vLnxKta9oRK6tkrfBCgoJH0tFe8P59CHXP/fOPKgkyH wuCOC5LT5C4DlZSHgPbUaOGZdtDxZW2YVXQc8dq0qm99velwonggu5xq44cVdR5Q q6Hk/4FDMlvrR/AjIu6VbASippQAZTkcSqLKcnFG0Ky2AhwhkkSzQbVVerTNxuQ5 D1hcXPCBQsORbnvgG3Eg1n1Cuhqp1LkH7hH7li0poM2Nbb8IuNF1g7UBXi2U3H3d JcNpwieJuWSbwjY3PN3lIhyZAZC0QeHJlHb06QPuAON8pC3AvXTCtYQyex+jQx6y P54KkAs6K90Mzg8GNJW5 =gMZ8 -----END PGP SIGNATURE----- --=-=-=--