From patchwork Wed May 29 11:43:30 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roger Quadros X-Patchwork-Id: 2629461 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 7BB9ADFE76 for ; Wed, 29 May 2013 11:45:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965898Ab3E2LoJ (ORCPT ); Wed, 29 May 2013 07:44:09 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:43350 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965849Ab3E2Lnx (ORCPT ); Wed, 29 May 2013 07:43:53 -0400 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id r4TBhkRY023551; Wed, 29 May 2013 06:43:46 -0500 Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id r4TBhkcg023536; Wed, 29 May 2013 06:43:46 -0500 Received: from dlelxv22.itg.ti.com (172.17.1.197) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.2.342.3; Wed, 29 May 2013 06:43:46 -0500 Received: from localhost.localdomain (h16-63.vpn.ti.com [172.24.16.63]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id r4TBhX34011623; Wed, 29 May 2013 06:43:44 -0500 From: Roger Quadros To: CC: , , , , , , , , Roger Quadros , Roland Stigge Subject: [PATCH 4/5] USB: lpc32xx: USB_LPC32XX need not depend on USB_PHY Date: Wed, 29 May 2013 14:43:30 +0300 Message-ID: <1369827811-534-5-git-send-email-rogerq@ti.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1369827811-534-1-git-send-email-rogerq@ti.com> References: <1369827811-534-1-git-send-email-rogerq@ti.com> MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org As the USB PHY drivers no longer depend on USB_PHY but select it if needed, the controller drivers need not depend on USB_PHY. They can safely select the necessary PHY driver i.e. USB_ISP1301 in this case. Signed-off-by: Roger Quadros CC: Roland Stigge Acked-by: Roland Stigge Tested-by: Roland Stigge --- drivers/usb/gadget/Kconfig | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index f41aa0d..2b98bce 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig @@ -144,7 +144,6 @@ config USB_AT91 config USB_LPC32XX tristate "LPC32XX USB Peripheral Controller" depends on ARCH_LPC32XX - depends on USB_PHY select USB_ISP1301 help This option selects the USB device controller in the LPC32xx SoC.