wlan: Update kernel configuration parameters

Allow the Legacy Fast Roaming (LFR), Opportunistic Key Caching (OKC),
and 802.11ac High Throughput (11AC_HIGH_TP) features to be
configurable via the kernel configuration.
diff --git a/Kconfig b/Kconfig
index 4d234a1..64606d7 100644
--- a/Kconfig
+++ b/Kconfig
@@ -15,4 +15,16 @@
 	bool "Enable the Prima WLAN BT-AMP feature"
 	default n
 
+config PRIMA_WLAN_LFR
+	bool "Enable the Prima WLAN Legacy Fast Roaming feature"
+	default n
+
+config PRIMA_WLAN_OKC
+	bool "Enable the Prima WLAN Opportunistic Key Caching feature"
+	default n
+
+config PRIMA_WLAN_11AC_HIGH_TP
+	bool "Enable the Prima WLAN 802.11ac High Throughput option (depends upon kernel support)"
+	default n
+
 endif # PRIMA_WLAN