qcacmn: Replace WIN/MCL from macro names
There are macro defined differenly for WIN and MCL to pick up default INI value either for WIN or MCL. The macro name uses WIN and MCL and also enabling the right macro is controlled by CONFIG_MCL. Replace the macro with CONFIG_AP_PLATFORM. Change-Id: Ib5663532d45534cce1715ef06447116e2654e709 CRs-Fixed: 2484959
Este commit está contenido en:
@@ -43,7 +43,7 @@
|
||||
|
||||
#define CFG_ENABLE_GREEN_AP_FEATURE CFG_INI_BOOL( \
|
||||
"gEnableGreenAp", \
|
||||
MCL_OR_WIN_VALUE(1, 0), \
|
||||
PLATFORM_VALUE(1, 0), \
|
||||
"enable green ap")
|
||||
|
||||
/*
|
||||
@@ -66,7 +66,7 @@
|
||||
|
||||
#define CFG_ENABLE_EGAP_FEATURE CFG_INI_BOOL( \
|
||||
"gEnableEGAP", \
|
||||
MCL_OR_WIN_VALUE(1,0), \
|
||||
PLATFORM_VALUE(1, 0), \
|
||||
"enable e-gap")
|
||||
/*
|
||||
* <ini>
|
||||
|
Referencia en una nueva incidencia
Block a user