rtl8188eu: Remove CONFIG_ODM_ADAPTIVITY

This one is not defined.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-03-02 17:13:19 -06:00
parent dfeb1b4e83
commit 4081d131cc
2 changed files with 1 additions and 10 deletions

View file

@ -22,7 +22,6 @@ CONFIG_POWER_SAVING = y
CONFIG_USB_AUTOSUSPEND = n
CONFIG_BT_COEXIST = n
CONFIG_EXT_CLK = n
CONFIG_ODM_ADAPTIVITY = n
CONFIG_DRVEXT_MODULE = n
@ -98,10 +97,6 @@ ifeq ($(CONFIG_EXT_CLK), y)
EXTRA_CFLAGS += -DCONFIG_EXT_CLK
endif
ifeq ($(CONFIG_ODM_ADAPTIVITY), y)
EXTRA_CFLAGS += -DCONFIG_ODM_ADAPTIVITY
endif
SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ | sed -e s/ppc/powerpc/ | sed -e s/armv.l/arm/)
ARCH ?= $(SUBARCH)
CROSS_COMPILE ?=