On Wed, Dec 14, 2016 at 02:56:14PM +0200, Andrei Pistirica wrote: > Note 1: Kbuild uses "select" instead of "imply", and the macb maintainer > agreed > to make the change when it will be available in net-next.
> +config MACB_USE_HWSTAMP > + bool "Use IEEE 1588 hwstamp" > + depends on MACB > + default y > + select PTP_1588_CLOCK The imply key word has been merged as of: 237e3ad Kconfig: Introduce the "imply" keyword Please use it. Thanks, Richard > + ---help--- > + Enable IEEE 1588 Precision Time Protocol (PTP) support for MACB.