menu "Smart Panlee SC01 Plus Configuration"
  config SMARTPANLEE_SC01_PLUS_INTERRUPT_STACK_SIZE
  int "Interrupt stack size"
  default 4096
  help
    Size of the stack used for the touch interrupt handler task.

  config SMARTPANLEE_SC01_PLUS_INTERRUPT_PRIORITY
  int "Interrupt task priority"
  default 0
  range 0 25
  help
    FreeRTOS priority of the GPIO interrupt handler task (0 = lowest). Raise it
    if interrupt callbacks must run promptly relative to other tasks.

  config SMARTPANLEE_SC01_PLUS_INTERRUPT_CORE_ID
  int "Interrupt task core ID"
  default -1
  range -1 1
  help
    Core to pin the GPIO interrupt handler task to (-1 = not pinned to any core).

  config SMARTPANLEE_SC01_PLUS_AUDIO_TASK_STACK_SIZE
  int "Audio task stack size"
  default 4096
  help
    Size of the stack used for the background audio playback task.
endmenu
