From: Jonathan Lemon <hidden> Date: 2021-08-25 21:17:39
Remove the 'imply' statements, these apparently are not doing
what I expected. Platform modules which are used by the driver
still need to be enabled in the overall config for them to be
used, but there isn't a hard dependency on them.
Use 'depend' for selectable modules which provide functions
used directly by the driver.
Signed-off-by: Jonathan Lemon <redacted>
---
drivers/ptp/Kconfig | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
On Wed, Aug 25, 2021 at 11:17 PM Jonathan Lemon
[off-list ref] wrote:
Remove the 'imply' statements, these apparently are not doing
what I expected. Platform modules which are used by the driver
still need to be enabled in the overall config for them to be
used, but there isn't a hard dependency on them.
Use 'depend' for selectable modules which provide functions
used directly by the driver.
Signed-off-by: Jonathan Lemon <redacted>
---
drivers/ptp/Kconfig | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
From: Randy Dunlap <hidden> Date: 2021-08-25 23:22:54
On 8/25/21 2:17 PM, Jonathan Lemon wrote:
quoted hunk
Remove the 'imply' statements, these apparently are not doing
what I expected. Platform modules which are used by the driver
still need to be enabled in the overall config for them to be
used, but there isn't a hard dependency on them.
Use 'depend' for selectable modules which provide functions
used directly by the driver.
Signed-off-by: Jonathan Lemon <redacted>
---
drivers/ptp/Kconfig | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Wed, 25 Aug 2021 14:17:33 -0700 you wrote:
Remove the 'imply' statements, these apparently are not doing
what I expected. Platform modules which are used by the driver
still need to be enabled in the overall config for them to be
used, but there isn't a hard dependency on them.
Use 'depend' for selectable modules which provide functions
used directly by the driver.
[...]