defconfig: msmcortex: Enable cnss_genl driver compilation
cnss_genl driver creates a netlink family and multicast groups to facilitate communication between WLAN driver and userspace. Define flag CONFIG_CNSS_GENL and set to 'y'(yes) to enable compilation of the cnss_genl driver inorder to use the same. Change-Id: I9d81f933e4fe3c9383f213c777d335e1fe51bdd2 Signed-off-by: Srinivas Dasari <dasaris@codeaurora.org> CRs-Fixed: 1117130
This commit is contained in:
parent
a49bb61510
commit
b3a71a4701
2 changed files with 2 additions and 0 deletions
|
@ -295,6 +295,7 @@ CONFIG_WCNSS_MEM_PRE_ALLOC=y
|
|||
CONFIG_ATH_CARDS=y
|
||||
CONFIG_WIL6210=m
|
||||
CONFIG_CLD_LL_CORE=y
|
||||
CONFIG_CNSS_GENL=y
|
||||
CONFIG_INPUT_EVDEV=y
|
||||
CONFIG_INPUT_KEYRESET=y
|
||||
CONFIG_KEYBOARD_GPIO=y
|
||||
|
|
|
@ -296,6 +296,7 @@ CONFIG_WCNSS_MEM_PRE_ALLOC=y
|
|||
CONFIG_ATH_CARDS=y
|
||||
CONFIG_WIL6210=m
|
||||
CONFIG_CLD_LL_CORE=y
|
||||
CONFIG_CNSS_GENL=y
|
||||
CONFIG_INPUT_EVDEV=y
|
||||
CONFIG_INPUT_KEYRESET=y
|
||||
CONFIG_KEYBOARD_GPIO=y
|
||||
|
|
Loading…
Add table
Reference in a new issue