qcacmn: Add ID for config component

Add config ID for object manager registration & logging

Change-Id: Ic0d6e443ff9bda385b88c52ed075ef84bfd46888
CRs-Fixed: 2003447
diff --git a/umac/cmn_services/inc/wlan_cmn.h b/umac/cmn_services/inc/wlan_cmn.h
index f51d418..43cc3d3 100644
--- a/umac/cmn_services/inc/wlan_cmn.h
+++ b/umac/cmn_services/inc/wlan_cmn.h
@@ -85,6 +85,7 @@
  * @WLAN_UMAC_COMP_PMO:         PMO component
  * @WLAN_UMAC_COMP_P2P:      P2P
  * @WLAN_UMAC_COMP_POLICY_MGR:     Policy Manager
+ * @WLAN_UMAC_COMP_CONFIG:     Configuration
  * @WLAN_UMAC_COMP_ID_MAX: Maximum components in UMAC
  *
  * This id is static.
@@ -98,6 +99,7 @@
 	WLAN_UMAC_COMP_PMO            = 4,
 	WLAN_UMAC_COMP_P2P            = 5,
 	WLAN_UMAC_COMP_POLICY_MGR     = 6,
+	WLAN_UMAC_COMP_CONFIG         = 7,
 	WLAN_UMAC_COMP_ID_MAX,
 };