Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760465Ab3ICVgJ (ORCPT ); Tue, 3 Sep 2013 17:36:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52365 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754817Ab3ICVgG (ORCPT ); Tue, 3 Sep 2013 17:36:06 -0400 Date: Tue, 3 Sep 2013 17:35:52 -0400 From: Dave Jones To: Linux Kernel Mailing List Cc: Sebastian Andrzej Siewior , Felipe Balbi , gregkh@linuxfoundation.org Subject: Restrict AM335x PHY driver to only be built on !ARM when COMPILE_TEST is set. Message-ID: <20130903213552.GD2247@redhat.com> Mail-Followup-To: Dave Jones , Linux Kernel Mailing List , Sebastian Andrzej Siewior , Felipe Balbi , gregkh@linuxfoundation.org References: <20130903185917.BC7BD660DE3@gitolite.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130903185917.BC7BD660DE3@gitolite.kernel.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 656 Lines: 19 Signed-off-by: Dave Jones diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig index d5589f9..51ffe11 100644 --- a/drivers/usb/phy/Kconfig +++ b/drivers/usb/phy/Kconfig @@ -93,6 +93,7 @@ config AM335X_CONTROL_USB config AM335X_PHY_USB tristate "AM335x USB PHY Driver" + depends on ARM || COMPILE_TEST select USB_PHY select AM335X_CONTROL_USB select NOP_USB_XCEIV -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/