:orphan: .. title:: HT16K33_KEYSCAN_IRQ_THREAD_STACK_SIZE .. option:: CONFIG_HT16K33_KEYSCAN_IRQ_THREAD_STACK_SIZE *Stack size for keyscan interrupt request handler thread* Type: ``int`` Help ==== .. code-block:: none Size of the stack used for internal thread for keyscan interrupt processing. Direct dependencies =================== \ :option:`HT16K33_KEYSCAN ` && \ :option:`LED ` *(Includes any dependencies from ifs and menus.)* Default ======= - 400 Kconfig definition ================== At ``/led/Kconfig.ht16k33:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:78`` → ``/led/Kconfig:30`` Menu path: (Top) → Device Drivers → LED drivers → HT16K33 LED driver → Enable keyscan support .. code-block:: kconfig config HT16K33_KEYSCAN_IRQ_THREAD_STACK_SIZE int "Stack size for keyscan interrupt request handler thread" default 400 depends on HT16K33_KEYSCAN && LED help Size of the stack used for internal thread for keyscan interrupt processing. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*