diff --git a/Kconfig b/Kconfig
index 146d0fd814c8547025bb18de3915682d4eb91542..c13f48d65898487105f0193667648382c90d0eda 100644
--- a/Kconfig
+++ b/Kconfig
@@ -9,10 +9,3 @@ config SRCARCH
 	option env="SRCARCH"
 
 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.
diff --git a/drivers/net/ethernet/lantiq/Kconfig b/drivers/net/ethernet/lantiq/Kconfig
index ae952b3234fb61f0026494c41cced9d41333346c..44a665b6d007c3cab32b05c1d7a76d607432fa5d 100644
--- a/drivers/net/ethernet/lantiq/Kconfig
+++ b/drivers/net/ethernet/lantiq/Kconfig
@@ -88,5 +88,4 @@ source "drivers/net/ethernet/lantiq/cqm/Kconfig"
 source "drivers/net/ethernet/lantiq/tmu/Kconfig"
 source "drivers/net/ethernet/lantiq/ppv4/Kconfig"
 source "drivers/net/ethernet/lantiq/ppa/Kconfig"
-source "drivers/net/ethernet/lantiq/directconnect_dp/Kconfig"
 endif # NET_VENDOR_LANTIQ
diff --git a/drivers/net/ethernet/lantiq/directconnect_dp/Kconfig b/drivers/net/ethernet/lantiq/directconnect_dp/Kconfig
index b4eb0f78aebd03790da2c20cca88a7408e9a489b..af0f938a4c140157b36386105ab62050ff90e639 100644
--- a/drivers/net/ethernet/lantiq/directconnect_dp/Kconfig
+++ b/drivers/net/ethernet/lantiq/directconnect_dp/Kconfig
@@ -1,19 +1,10 @@
 #
 # DirectConnect Datapath Driver
 #
-config  DIRECTCONNECT_DP
-	tristate "Lantiq DirectConnect Datapath driver for XRX500 series"	
-	default n
-	#depends on SOC_GRX500
-	---help---
-	  Lantiq DirectConnect Datapath driver for XRX500 series. 
+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.
 
-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