summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristian Iorga <cristian.iorga@intel.com>2016-03-24 20:44:20 +0200
committerCristian Iorga <cristian.iorga@intel.com>2016-03-24 21:39:42 +0200
commit504a90b13dfc746b231f3221dd286f22a448292a (patch)
tree1e11b6364ced4e8f5ee328415e4177938d5be537
parent1fd10a5e4bb9b166db1724eeafbfaeb60fa48d66 (diff)
downloadintel-504a90b13dfc746b231f3221dd286f22a448292a.tar.gz
wifi: rtl8192cu: add the necessary kernel config
Add RTL8192cu USB WiFi chip kernel configs. BUG=27824689 Change-Id: I0baf4b628dfdee5053b90ad8aaa21815a3693796 Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
-rw-r--r--peripheral/wifi/rtl8192cu/peripheral.mk2
-rw-r--r--peripheral/wifi/rtl8192cu/rtl8192cu.kconf6
2 files changed, 8 insertions, 0 deletions
diff --git a/peripheral/wifi/rtl8192cu/peripheral.mk b/peripheral/wifi/rtl8192cu/peripheral.mk
index febe1fa..5824dd2 100644
--- a/peripheral/wifi/rtl8192cu/peripheral.mk
+++ b/peripheral/wifi/rtl8192cu/peripheral.mk
@@ -14,6 +14,8 @@
# limitations under the License.
#
+TARGET_KERNEL_CONFIGS += $(realpath hardware/bsp/intel/peripheral/wifi/rtl8192cu/rtl8192cu.kconf)
+
# RTL8192CU WIFI Firmware
RTL8192CU_WIFI_FW_SRC := vendor/bsp/intel/peripheral/wifi/rtlwifi_firmware
RTL8192CU_WIFI_FW_DST := system/vendor/firmware/rtlwifi
diff --git a/peripheral/wifi/rtl8192cu/rtl8192cu.kconf b/peripheral/wifi/rtl8192cu/rtl8192cu.kconf
new file mode 100644
index 0000000..e4ed538
--- /dev/null
+++ b/peripheral/wifi/rtl8192cu/rtl8192cu.kconf
@@ -0,0 +1,6 @@
+CONFIG_RTL_CARDS=y
+CONFIG_RTL8192CU=y
+CONFIG_RTLWIFI=y
+CONFIG_RTLWIFI_USB=y
+CONFIG_RTLWIFI_DEBUG=y
+CONFIG_RTL8192C_COMMON=y