Kconfig 469 B

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