Skip to content
Snippets Groups Projects
Commit b40067c6 authored by Ghosh, Purnendu's avatar Ghosh, Purnendu Committed by Kenneth Johansson
Browse files

Merge pull request #196 in SW_PON/linux from...

Merge pull request #196 in SW_PON/linux from feature/UGW_SW-20487-porting-dc_dp-to-4.9-kernel to xrx500

* commit '95212fc8c2ca3d7348d82aa8ca1f6397d1dcb19e':
  UGW_SW-20487: Removed DIRECTCONNECT_DP_DBGfrom  directconnect_dp Kconfig
  UGW_SW-20487: Removed sourcing of directconnect_dp Kconfig
  UGW_SW-20487: Reverting Kconfig changes to TopLevel done by Mistake
parent f30a7f59
No related branches found
No related tags found
No related merge requests found
...@@ -9,10 +9,3 @@ config SRCARCH ...@@ -9,10 +9,3 @@ config SRCARCH
option env="SRCARCH" option env="SRCARCH"
source "arch/$SRCARCH/Kconfig" source "arch/$SRCARCH/Kconfig"
config DIRECTCONNECT_DP_API
tristate "DirectConnect Datapath API framework"
default n
depends on SOC_XWAY || SOC_GRX500
---help---
DirectConnect Datapath API framework support for Intel/Lantiq SoCs.
...@@ -88,5 +88,4 @@ source "drivers/net/ethernet/lantiq/cqm/Kconfig" ...@@ -88,5 +88,4 @@ source "drivers/net/ethernet/lantiq/cqm/Kconfig"
source "drivers/net/ethernet/lantiq/tmu/Kconfig" source "drivers/net/ethernet/lantiq/tmu/Kconfig"
source "drivers/net/ethernet/lantiq/ppv4/Kconfig" source "drivers/net/ethernet/lantiq/ppv4/Kconfig"
source "drivers/net/ethernet/lantiq/ppa/Kconfig" source "drivers/net/ethernet/lantiq/ppa/Kconfig"
source "drivers/net/ethernet/lantiq/directconnect_dp/Kconfig"
endif # NET_VENDOR_LANTIQ endif # NET_VENDOR_LANTIQ
# #
# DirectConnect Datapath Driver # DirectConnect Datapath Driver
# #
config DIRECTCONNECT_DP config DIRECTCONNECT_DP_API
tristate "Lantiq DirectConnect Datapath driver for XRX500 series" tristate "DirectConnect Datapath API framework"
default n default n
#depends on SOC_GRX500 depends on SOC_XWAY || SOC_GRX500
---help--- ---help---
Lantiq DirectConnect Datapath driver for XRX500 series. DirectConnect Datapath API framework support for Intel/Lantiq SoCs.
config DIRECTCONNECT_DP_DBG
bool "Datapath Debug Tool"
default y
depends on DIRECTCONNECT_DP
---help---
Directconnect Datapath Debug Tool is used to provide simple debug proc tool
Each flag can be enabled/disabled easily
Once this flag is enabled, the debugging information will be printed out
otherwise, no debugging information for this flag will be printed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment