From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751610AbbEGUqK (ORCPT ); Thu, 7 May 2015 16:46:10 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:44856 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750876AbbEGUqI (ORCPT ); Thu, 7 May 2015 16:46:08 -0400 Date: Thu, 7 May 2015 22:46:04 +0200 From: Greg Kroah-Hartman To: Heikki Krogerus Cc: Felipe Balbi , David Cohen , Stephen Boyd , Baolu Lu , Paul Bolle , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: =?utf-8?B?W82EUEFUQ0h2?= =?utf-8?Q?4?= 01/12] usb: add bus type for USB ULPI Message-ID: <20150507204604.GA28684@kroah.com> References: <1430979572-14768-1-git-send-email-heikki.krogerus@linux.intel.com> <1430979572-14768-2-git-send-email-heikki.krogerus@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1430979572-14768-2-git-send-email-heikki.krogerus@linux.intel.com> 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 On Thu, May 07, 2015 at 09:19:21AM +0300, Heikki Krogerus wrote: > +config USB_ULPI_BUS > + bool "USB ULPI PHY interface support" Can't we make this a module? > + depends on USB_SUPPORT > + help > + Say yes if you have ULPI PHY attached to your USB controller. You need to put more information here as to what "ULPI" means, and how would anyone know if they have this type of thing attached to their USB controller. You need to help users / distros out in letting them know if they should enable this or not. As it is, I have no idea if I should even enable this on my systems... thanks, greg k-h