From: Valdis Kletnieks <valdis.kletni...@vt.edu>
Date: Mon, 15 Apr 2013 14:16:18 -0400

> In drivers/net/ethernet/intel/Kconfig, we see this:
> 
> config E1000E
>         tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support"
>         depends on PCI && (!SPARC32 || BROKEN)
>         select CRC32
>         select PTP_1588_CLOCK
>         ---help---
> 
> Is there a reason for the PTP_1588_CLOCK select?  That ends up
> forcing the PTP and PPS stuff into the kernel as well - and I don't
> use any of it.

You don't, but the driver does use it unconditionally.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to