hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/staging/fsl-dpaa2/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0
12 #
23 # Freescale DataPath Acceleration Architecture Gen2 (DPAA2) drivers
34 #
....@@ -5,30 +6,14 @@
56 config FSL_DPAA2
67 bool "Freescale DPAA2 devices"
78 depends on FSL_MC_BUS
8
- ---help---
9
+ help
910 Build drivers for Freescale DataPath Acceleration
1011 Architecture (DPAA2) family of SoCs.
11
-
12
-config FSL_DPAA2_ETH
13
- tristate "Freescale DPAA2 Ethernet"
14
- depends on FSL_DPAA2 && FSL_MC_DPIO
15
- depends on NETDEVICES && ETHERNET
16
- ---help---
17
- Ethernet driver for Freescale DPAA2 SoCs, using the
18
- Freescale MC bus driver
1912
2013 config FSL_DPAA2_ETHSW
2114 tristate "Freescale DPAA2 Ethernet Switch"
2215 depends on FSL_DPAA2
2316 depends on NET_SWITCHDEV
24
- ---help---
25
- Driver for Freescale DPAA2 Ethernet Switch. Select
26
- BRIDGE to have support for bridge tools.
27
-
28
-config FSL_DPAA2_PTP_CLOCK
29
- tristate "Freescale DPAA2 PTP Clock"
30
- depends on FSL_DPAA2_ETH && POSIX_TIMERS
31
- select PTP_1588_CLOCK
3217 help
33
- This driver adds support for using the DPAA2 1588 timer module
34
- as a PTP clock.
18
+ Driver for Freescale DPAA2 Ethernet Switch. Select
19
+ BRIDGE to have support for bridge tools.