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(-)
Reviewed-by: Arnd Bergmann <arnd@arndb.de>