mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-10 15:39:38 +00:00
rtl8188eu: Remove CONFIG_HW_PWRP_DETECTION
It is not defined. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
eba06c1708
commit
31d5798603
2 changed files with 0 additions and 9 deletions
5
Makefile
5
Makefile
|
@ -20,7 +20,6 @@ CONFIG_USB_HCI = y
|
|||
|
||||
CONFIG_POWER_SAVING = y
|
||||
CONFIG_USB_AUTOSUSPEND = n
|
||||
CONFIG_HW_PWRP_DETECTION = n
|
||||
CONFIG_BT_COEXIST = n
|
||||
CONFIG_INTEL_WIDI = n
|
||||
CONFIG_WAPI_SUPPORT = n
|
||||
|
@ -102,10 +101,6 @@ ifeq ($(CONFIG_POWER_SAVING), y)
|
|||
EXTRA_CFLAGS += -DCONFIG_POWER_SAVING
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_HW_PWRP_DETECTION), y)
|
||||
EXTRA_CFLAGS += -DCONFIG_HW_PWRP_DETECTION
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_BT_COEXIST), y)
|
||||
EXTRA_CFLAGS += -DCONFIG_BT_COEXIST
|
||||
endif
|
||||
|
|
|
@ -137,11 +137,7 @@ static int rtw_enusbss = 0;/* 0:disable,1:enable */
|
|||
|
||||
static int rtw_hwpdn_mode=2;/* 0:disable,1:enable,2: by EFUSE config */
|
||||
|
||||
#ifdef CONFIG_HW_PWRP_DETECTION
|
||||
static int rtw_hwpwrp_detect = 1;
|
||||
#else
|
||||
static int rtw_hwpwrp_detect = 0; /* HW power ping detect 0:disable , 1:enable */
|
||||
#endif
|
||||
|
||||
static int rtw_hw_wps_pbc = 1;
|
||||
|
||||
|
|
Loading…
Reference in a new issue