ODROID-C: Add rtl8812au driver.

Change-Id: Iff8f2b562749184e3402e3f51e58c365c23c05cb
This commit is contained in:
codewalker
2016-08-02 15:21:19 +09:00
committed by Luke Go
parent 32bbb124f3
commit 9250b08a31
3 changed files with 10 additions and 0 deletions

View File

@@ -1056,6 +1056,7 @@ CONFIG_AM_WIFI=y
# CONFIG_DHD_USE_STATIC_BUF is not set
CONFIG_AM_WIFI_USB=y
CONFIG_RTL8192CU=m
CONFIG_RTL8812AU=m
#
# Bluetooth Device Support

View File

@@ -45,6 +45,7 @@ source "drivers/amlogic/ethernet/Kconfig"
source "drivers/amlogic/wifi/Kconfig"
isource "../hardware/wifi/realtek/drivers/8192cu/rtl8xxx_CU/Kconfig"
isource "../hardware/wifi/realtek/drivers/8192du/rtl8xxx_DU/Kconfig"
isource "../hardware/wifi/realtek/drivers/rtl8812au/Kconfig"
source "drivers/amlogic/bluetooth/Kconfig"
source "drivers/amlogic/nfc/Kconfig"

View File

@@ -96,6 +96,14 @@ endif
ifneq ($(wildcard $(srctree)/../hardware/wifi),)
obj-$(CONFIG_RTL8192CU) += ../../../hardware/wifi/realtek/drivers/8192cu/rtl8xxx_CU/
endif
ifneq ($(wildcard $(srctree)/../hardware/wifi),)
obj-$(CONFIG_RTL8812AU) += ../../../hardware/wifi/realtek/drivers/rtl8812au/
endif
ifneq ($(wildcard $(srctree)/../hardware/wifi),)
obj-$(CONFIG_RTL8812AU) += ../../../hardware/wifi/realtek/drivers/rtl8812au/
endif
obj-y += bluetooth/
obj-$(CONFIG_MESON_NFC) += nfc/