summaryrefslogtreecommitdiff
path: root/drivers/staging/fsl-dpaa2/Kconfig
diff options
context:
space:
mode:
authorYangbo Lu <yangbo.lu@nxp.com>2018-10-08 15:44:25 +0800
committerDavid S. Miller <davem@davemloft.net>2018-10-08 10:23:22 -0700
commit0a006a2f894018c9042772833a0ca077c31d4f78 (patch)
tree11ac8c4e84442dfce6b59d55b03138b77e9c1499 /drivers/staging/fsl-dpaa2/Kconfig
parentabf1a08ff3237a27188ff8cc2904f2cea893af55 (diff)
net: dpaa2: move DPAA2 PTP driver out of staging/
This patch is to move DPAA2 PTP driver out of staging/ since the dpaa2-eth had been moved out. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/staging/fsl-dpaa2/Kconfig')
-rw-r--r--drivers/staging/fsl-dpaa2/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/staging/fsl-dpaa2/Kconfig b/drivers/staging/fsl-dpaa2/Kconfig
index 59aaae7268cd..991e154c0eca 100644
--- a/drivers/staging/fsl-dpaa2/Kconfig
+++ b/drivers/staging/fsl-dpaa2/Kconfig
@@ -16,11 +16,3 @@ config FSL_DPAA2_ETHSW
---help---
Driver for Freescale DPAA2 Ethernet Switch. Select
BRIDGE to have support for bridge tools.
-
-config FSL_DPAA2_PTP_CLOCK
- tristate "Freescale DPAA2 PTP Clock"
- depends on FSL_DPAA2_ETH && POSIX_TIMERS
- select PTP_1588_CLOCK
- help
- This driver adds support for using the DPAA2 1588 timer module
- as a PTP clock.