]> git.baikalelectronics.ru Git - kernel.git/commit
ptp: ocp: Simplify Kconfig.
authorJonathan Lemon <jonathan.lemon@gmail.com>
Wed, 25 Aug 2021 21:17:33 +0000 (14:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Aug 2021 11:06:42 +0000 (12:06 +0100)
commit7a02e82f81430215756309994aaa8bbd0e3d83b9
treeecd4bfe9747b0097587f272b6d63fc1b9629cd12
parent2caeb2ba66cfec17d94828a76a6bd0245562dc41
ptp: ocp: Simplify Kconfig.

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 <jonathan.lemon@gmail.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/ptp/Kconfig