mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 03:50:24 +09:00
realtek: move stuff out of net/wireless so we don't break the out-of-tree realtek drivers
Change-Id: I65e9471e4c9b980bf56a2567774dda081fca184a
This commit is contained in:
@@ -4484,7 +4484,7 @@ CONFIG_BACKPORT_WLAN=y
|
||||
# CONFIG_BACKPORT_LIBERTAS_THINFIRM is not set
|
||||
CONFIG_BACKPORT_AT76C50X_USB=m
|
||||
CONFIG_BACKPORT_USB_NET_RNDIS_WLAN=m
|
||||
# CONFIG_BACKPORT_RTL8187 is not set
|
||||
CONFIG_BACKPORT_RTL8187=m
|
||||
CONFIG_BACKPORT_MAC80211_HWSIM=m
|
||||
CONFIG_BACKPORT_ATH_COMMON=m
|
||||
CONFIG_BACKPORT_ATH_CARDS=m
|
||||
@@ -4538,6 +4538,7 @@ CONFIG_BACKPORT_RT2X00_LIB_CRYPTO=y
|
||||
# CONFIG_BACKPORT_RT2X00_DEBUG is not set
|
||||
CONFIG_BACKPORT_RTL_CARDS=m
|
||||
# CONFIG_BACKPORT_RTL8192CU is not set
|
||||
CONFIG_BACKPORT_RTL8192C_COMMON=m
|
||||
CONFIG_BACKPORT_WL_TI=y
|
||||
# CONFIG_BACKPORT_WL1251 is not set
|
||||
# CONFIG_BACKPORT_WL12XX is not set
|
||||
@@ -4567,3 +4568,4 @@ CONFIG_BACKPORT_USB_SIERRA_NET=m
|
||||
# USB Device Class drivers
|
||||
#
|
||||
CONFIG_BACKPORT_USB_WDM=m
|
||||
CONFIG_RTL8192CU=m
|
||||
|
||||
@@ -32,5 +32,6 @@ if BACKPORT_LINUX
|
||||
|
||||
source "$BACKPORT_DIR/Kconfig.versions"
|
||||
source "$BACKPORT_DIR/Kconfig.sources"
|
||||
source "$BACKPORT_DIR/Kconfig.realtek"
|
||||
|
||||
endif # BACKPORT_LINUX
|
||||
|
||||
@@ -54,3 +54,4 @@ obj-$(CONFIG_BACKPORT_IEEE802154) += drivers/net/ieee802154/
|
||||
|
||||
obj-$(CONFIG_BACKPORT_USB_WDM) += drivers/usb/class/
|
||||
obj-$(CONFIG_BACKPORT_USB_USBNET) += drivers/net/usb/
|
||||
obj-y += drivers/realtek/
|
||||
@@ -4,7 +4,6 @@ config BACKPORT_B43
|
||||
depends on (BCMA_POSSIBLE || SSB_POSSIBLE) && BACKPORT_MAC80211 && HAS_DMA
|
||||
select BCMA if BACKPORT_B43_BCMA
|
||||
select SSB if BACKPORT_B43_SSB
|
||||
depends on FW_LOADER
|
||||
---help---
|
||||
b43 is a driver for the Broadcom 43xx series wireless devices.
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user