cpts: add missing kconfig dependency
The Common Platform Time Sync function of the CPSW does not depend the CPSW configuration option as it should. This patch fixes the issue by adding the dependency. Signed-off-by: Richard Cochran <richardcochran@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
c3484c275d
commit
513777b243
|
@ -62,6 +62,7 @@ config TI_CPSW
|
|||
|
||||
config TI_CPTS
|
||||
boolean "TI Common Platform Time Sync (CPTS) Support"
|
||||
depends on TI_CPSW
|
||||
select PTP_1588_CLOCK
|
||||
---help---
|
||||
This driver supports the Common Platform Time Sync unit of
|
||||
|
|
Loading…
Reference in New Issue