David S. Miller da1586461e 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 <haicheng.li@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-10-02 22:34:04 -04:00
..
2012-07-24 13:54:16 -07:00
2012-08-03 20:32:31 -07:00
2012-10-02 22:34:04 -04:00
2012-09-01 22:44:13 -04:00
2012-10-01 19:11:38 -07:00
2012-10-02 14:37:31 -04:00
2012-10-01 18:39:45 -04:00