[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20121005130416.GA2088@netboy.at.omicron.at>
Date: Fri, 5 Oct 2012 15:04:16 +0200
From: Richard Cochran <richardcochran@...il.com>
To: David Miller <davem@...emloft.net>
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH] pch_gbe: Fix PTP dependencies.
On Tue, Oct 02, 2012 at 10:35:04PM -0400, David Miller wrote:
>
> The config combination:
>
> CONFIG_PCH_GBE=y
> CONFIG_PCH_PTP=y
> CONFIG_PTP_1588_CLOCK=m
...
> @@ -26,7 +26,7 @@ if PCH_GBE
> config PCH_PTP
> bool "PCH PTP clock support"
> default n
> - depends on PTP_1588_CLOCK_PCH
> + select PTP_1588_CLOCK_PCH
Based on Fengguang Wu's complaint, maybe this would work better:
depends on PTP_1588_CLOCK && !(PCH_GBE=y && PTP_1588_CLOCK=m)
Thanks,
Richard
--
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