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