Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753057Ab3EGOSP (ORCPT ); Tue, 7 May 2013 10:18:15 -0400 Received: from ip4-83-240-18-99.cust.nbox.cz ([83.240.18.99]:59337 "EHLO anemoi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752693Ab3EGOSB (ORCPT ); Tue, 7 May 2013 10:18:01 -0400 From: Jiri Slaby To: jirislaby@gmail.com Cc: linux-kernel@vger.kernel.org, Jeff Mahoney , Jiri Slaby , Richard Cochran , netdev@vger.kernel.org Subject: [PATCH 15/15] ptp: PTP_1588_CLOCK_PCH depends on x86 Date: Tue, 7 May 2013 16:18:23 +0200 Message-Id: <1367936303-13386-15-git-send-email-jslaby@suse.cz> X-Mailer: git-send-email 1.8.2.1 In-Reply-To: <1367936303-13386-1-git-send-email-jslaby@suse.cz> References: <1367936303-13386-1-git-send-email-jslaby@suse.cz> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 965 Lines: 33 From: Jeff Mahoney The PCH EG20T is only compatible with Intel Atom processors so it should depend on x86. Signed-off-by: Jeff Mahoney Signed-off-by: Jiri Slaby Cc: Richard Cochran Cc: netdev@vger.kernel.org --- drivers/ptp/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/ptp/Kconfig b/drivers/ptp/Kconfig index 1ea6f1d..e02b7d4 100644 --- a/drivers/ptp/Kconfig +++ b/drivers/ptp/Kconfig @@ -72,6 +72,7 @@ config DP83640_PHY config PTP_1588_CLOCK_PCH tristate "Intel PCH EG20T as PTP clock" + depends on X86 select PTP_1588_CLOCK help This driver adds support for using the PCH EG20T as a PTP -- 1.8.2.1 -- 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/