mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-24 19:40:21 +09:00
ODROID-C: Add rtl8812au driver.
Change-Id: Iff8f2b562749184e3402e3f51e58c365c23c05cb
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user