Kconfig.projbuild 247 B

123456789
  1. menu "Example Configuration"
  2. config EXAMPLE_SESSION_CTX_HANDLERS
  3. bool "Update session ctx from another handler"
  4. default n
  5. help
  6. Feature to show how session ctx can be manipulated by other handlers.
  7. endmenu