mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-24 19:40:21 +09:00
ODROID-C1: Add RTL8821CU module.
Change-Id: I7dec9644b5684c151d248ffc8d148e0a057765c0
This commit is contained in:
BIN
arch/arm/boot/ccImage
Executable file
BIN
arch/arm/boot/ccImage
Executable file
Binary file not shown.
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user