From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753882AbbCSLtF (ORCPT ); Thu, 19 Mar 2015 07:49:05 -0400 Received: from mga01.intel.com ([192.55.52.88]:42619 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751181AbbCSLtD (ORCPT ); Thu, 19 Mar 2015 07:49:03 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,429,1422950400"; d="scan'208";a="694473286" Date: Thu, 19 Mar 2015 13:48:58 +0200 From: Heikki Krogerus To: Paul Bolle Cc: Felipe Balbi , Greg Kroah-Hartman , David Cohen , Stephen Boyd , Baolu Lu , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCHv2 10/12] usb: dwc3: add ULPI interface support Message-ID: <20150319114858.GB2435@kuha.fi.intel.com> References: <1426682433-133813-1-git-send-email-heikki.krogerus@linux.intel.com> <1426682433-133813-11-git-send-email-heikki.krogerus@linux.intel.com> <1426719228.2375.3.camel@x220> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1426719228.2375.3.camel@x220> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > +config USB_DWC3_ULPI > > + bool "Register ULPI PHY Interface" > > + depends on USB_ULPI_BUS=y > > USB_ULPI_BUS is added in 01/12 as a bool symbol. So why not use just > depends on USB_ULPI_BUS True. Originally I was planning to support building the ULPI bus as a module and have never cleaned these. Thanks for catching them. Cheers, -- heikki