From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Burton Subject: [PATCH v6 4/6] ptp: pch: Allow build on MIPS platforms Date: Thu, 10 May 2018 16:16:55 -0700 Message-ID: <20180510231657.28503-5-paul.burton@mips.com> References: <20180510231657.28503-1-paul.burton@mips.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , "David S . Miller" , Andrew Lunn , Paul Burton , Paul Burton To: Return-path: Received: from 9pmail.ess.barracuda.com ([64.235.150.225]:59143 "EHLO 9pmail.ess.barracuda.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750722AbeEJXWp (ORCPT ); Thu, 10 May 2018 19:22:45 -0400 In-Reply-To: <20180510231657.28503-1-paul.burton@mips.com> Sender: netdev-owner@vger.kernel.org List-ID: Allow the ptp_pch driver to be built on MIPS platforms in preparation for use on the MIPS Boston board. Signed-off-by: Paul Burton Acked-by: Richard Cochran Cc: Andrew Lunn Cc: David S. Miller Cc: linux-mips@linux-mips.org Cc: netdev@vger.kernel.org Signed-off-by: Paul Burton --- Changes in v6: None Changes in v5: - Newly included in this series to satisfy Kconfig. Changes in v4: None Changes in v3: None Changes in v2: None drivers/ptp/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ptp/Kconfig b/drivers/ptp/Kconfig index a21ad10d613c..8618982ab96a 100644 --- a/drivers/ptp/Kconfig +++ b/drivers/ptp/Kconfig @@ -90,7 +90,7 @@ config DP83640_PHY config PTP_1588_CLOCK_PCH tristate "Intel PCH EG20T as PTP clock" - depends on X86_32 || COMPILE_TEST + depends on X86_32 || MIPS || COMPILE_TEST depends on HAS_IOMEM && NET imply PTP_1588_CLOCK help -- 2.17.0