[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130525165507.GE30204@redacted.bos.redhat.com>
Date: Sat, 25 May 2013 12:55:07 -0400
From: Kyle McMartin <kyle@...hat.com>
To: netdev@...r.kernel.org
Cc: richardcochran@...il.com
Subject: [PATCH] ptp_pch: depends on PCI
It's only accessible via PCI, but has no dependencies, so it ends up
being selected on s390 where a bunch of primitives only exist if
CONFIG_PCI=y (such as {request,free}_irq)
Signed-off-by: Kyle McMartin <kyle@...hat.com>
--- 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 PCI
select PTP_1588_CLOCK
help
This driver adds support for using the PCH EG20T as a PTP
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists