Re: [v2] net: dpaa2: improve PTP Kconfig option

2019-01-22 Thread David Miller
From: Yangbo Lu Date: Mon, 21 Jan 2019 14:26:37 +0800 > Converted to use "imply" instead of "select" for PTP_1588_CLOCK > driver selecting. This could break the hard dependency between > the PTP clock subsystem and ethernet drivers. > This patch also set "default y" for dpaa2 ptp driver building

Re: [v2] net: dpaa2: improve PTP Kconfig option

2019-01-21 Thread Richard Cochran
On Mon, Jan 21, 2019 at 02:26:37PM +0800, Yangbo Lu wrote: > Converted to use "imply" instead of "select" for PTP_1588_CLOCK > driver selecting. This could break the hard dependency between > the PTP clock subsystem and ethernet drivers. > This patch also set "default y" for dpaa2 ptp driver buildi

[v2] net: dpaa2: improve PTP Kconfig option

2019-01-20 Thread Yangbo Lu
Converted to use "imply" instead of "select" for PTP_1588_CLOCK driver selecting. This could break the hard dependency between the PTP clock subsystem and ethernet drivers. This patch also set "default y" for dpaa2 ptp driver building to provide user an available ptp clock in default. Signed-off-b