summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMadalin Bucur <madalin.bucur@freescale.com>2014-07-24 17:03:57 (GMT)
committerMadalin Bucur <madalin.bucur@freescale.com>2015-02-25 16:26:50 (GMT)
commitef60c931d523bd5b85bbc86d5d993c72057a84c8 (patch)
tree0a6852e137d4f3adfee9f82a5f91a213dab9e6a7 /drivers
parent905899cb6e08478a0d1228d39943499c73ef7c36 (diff)
downloadlinux-fsl-qoriq-ef60c931d523bd5b85bbc86d5d993c72057a84c8.tar.xz
dpaa_eth: remove tristate option
Tristate option in Kconfig is not supported for those features. Signed-off-by: Madalin Bucur <madalin.bucur@freescale.com> Change-Id: I2215749c57b56a5f6bb1b426a819beda97926e81 Reviewed-on: http://git.am.freescale.net:8181/15291 Reviewed-by: Cristian Bercaru <cristian.bercaru@freescale.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/ethernet/freescale/dpa/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/ethernet/freescale/dpa/Kconfig b/drivers/net/ethernet/freescale/dpa/Kconfig
index a459141..4de3132 100644
--- a/drivers/net/ethernet/freescale/dpa/Kconfig
+++ b/drivers/net/ethernet/freescale/dpa/Kconfig
@@ -62,14 +62,14 @@ config FSL_DPAA_ETH_JUMBO_FRAME
the system memory.
config FSL_DPAA_TS
- tristate "Linux compliant timestamping"
+ bool "Linux compliant timestamping"
depends on FSL_DPAA_ETH
default n
---help---
Enable Linux API compliant timestamping support.
config FSL_DPAA_1588
- tristate "IEEE 1588-compliant timestamping"
+ bool "IEEE 1588-compliant timestamping"
depends on FSL_DPAA_ETH
select FSL_DPAA_TS
default n
@@ -143,7 +143,7 @@ config FSL_DPAA_INGRESS_CS_THRESHOLD
Traffic piling up above this value will be rejected by QMan and discarded by FMan.
config FSL_DPAA_ETH_DEBUGFS
- tristate "DPAA Ethernet debugfs interface"
+ bool "DPAA Ethernet debugfs interface"
depends on DEBUG_FS && FSL_DPAA_ETH
default y
---help---