xref: /wlan-driver/platform/cnss_genl/Kconfig (revision 5113495b16420b49004c444715d2daae2066e7dc)
1# SPDX-License-Identifier: GPL-2.0-only
2
3config CNSS_GENL
4	tristate "CNSS Generic Netlink Socket Driver"
5	help
6	  This module creates generic netlink family "CLD80211". This can be
7	  used by cld driver and userspace utilities to communicate over
8	  netlink sockets. This module creates different multicast groups to
9	  facilitate the same.
10
11config CNSS_OUT_OF_TREE
12	bool "Build module out-of-tree"
13	help
14	  This enables building the module out of the main kernel tree
15