ODROID-C1: Add RTL8821CU module.

Change-Id: I7dec9644b5684c151d248ffc8d148e0a057765c0
This commit is contained in:
Chris
2021-02-02 12:44:00 +09:00
parent 2128f3bf17
commit 9317dd7925
5 changed files with 7 additions and 0 deletions

BIN
arch/arm/boot/ccImage Executable file

Binary file not shown.

View File

@@ -1078,6 +1078,7 @@ CONFIG_AM_WIFI=y
CONFIG_AM_WIFI_USB=y
CONFIG_RTL8192CU=m
CONFIG_RTL8812AU_SDK=m
CONFIG_RTL8821CU=m
#
# Bluetooth Device Support

View File

@@ -1078,6 +1078,7 @@ CONFIG_AM_WIFI=y
CONFIG_AM_WIFI_USB=y
CONFIG_RTL8192CU=m
CONFIG_RTL8812AU_SDK=m
CONFIG_RTL8821CU=m
#
# Bluetooth Device Support

View File

@@ -46,6 +46,7 @@ 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"
isource "../hardware/wifi/realtek/drivers/rtl8821CU/Kconfig"
source "drivers/amlogic/bluetooth/Kconfig"
source "drivers/amlogic/nfc/Kconfig"

View File

@@ -104,6 +104,10 @@ ifneq ($(wildcard $(srctree)/../hardware/wifi),)
obj-$(CONFIG_RTL8812AU_SDK) += ../../../hardware/wifi/realtek/drivers/rtl8812au/
endif
ifneq ($(wildcard $(srctree)/../hardware/wifi),)
obj-$(CONFIG_RTL8821CU) += ../../../hardware/wifi/realtek/drivers/rtl8821CU/
endif
obj-y += bluetooth/
obj-$(CONFIG_MESON_NFC) += nfc/