From: David S. Miller Date: Wed, 3 Oct 2012 02:34:04 +0000 (-0400) Subject: pch_gbe: Fix PTP dependencies. X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~11^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da1586461e53a4dd045738cce309ab488970f0ef;p=pandora-kernel.git pch_gbe: Fix PTP dependencies. The config combination: CONFIG_PCH_GBE=y CONFIG_PCH_PTP=y CONFIG_PTP_1588_CLOCK=m doesn't work, because then you have a built-in kernel object (the PCH_PTP code) referring to symbols in a module (PTP_1588_CLOCK). Fix this like IXGBE, by using "select PTP_1588_CLOCK" instead of a "depends on". Reported-by: Haicheng Li Signed-off-by: David S. Miller --- Reading git-diff-tree failed