Kconfig 133 B

123456789
  1. menu "Libwebsockets"
  2. config LWS
  3. bool "Enable Libwebsockets"
  4. default n
  5. help
  6. Enable Libwebsockets Library
  7. endmenu