From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 83E40DDEE1 for ; Wed, 31 Dec 2008 05:12:36 +1100 (EST) Message-Id: <6AE841CF-DD83-403E-9829-456D04CA9AAB@kernel.crashing.org> From: Kumar Gala To: Anton Vorontsov In-Reply-To: <20081108175254.GA6444@oksana.dev.rtsoft.ru> Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v929.2) Subject: Re: [PATCH] powerpc/qe: Select QE_USB with USB_GADGET_FSL_QE Date: Tue, 30 Dec 2008 12:12:32 -0600 References: <20081108175254.GA6444@oksana.dev.rtsoft.ru> Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Nov 8, 2008, at 11:52 AM, Anton Vorontsov wrote: > Boards should know when QE_USB is used, so that they can configure USB > clocks and pins. > > Another option would be to add 'select QE_USB' into USB_GADGET_FSL_QE, > but selects are evil since they don't support dependencies. > > While at it, also remove 'host' from the symbol description, since the > QE_USB code is used to support the gadget driver as well. > > Signed-off-by: Anton Vorontsov > --- > arch/powerpc/sysdev/qe_lib/Kconfig | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) applied to next - k