:orphan: .. title:: CONFIG_HT16K33_KEYSCAN .. kconfig:: CONFIG_HT16K33_KEYSCAN CONFIG_HT16K33_KEYSCAN ###################### *Enable keyscan support* Type: ``bool`` Help ==== .. code-block:: none Enable keyscan child device support in the HT16K33 LED driver. The keyscan functionality itself is handled by the HT16K33 keyscan driver. Direct dependencies =================== \ :kconfig:`HT16K33 ` && \ :kconfig:`KSCAN ` && \ :kconfig:`LED ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`KSCAN_HT16K33 ` Kconfig definition ================== At ``/led/Kconfig.ht16k33:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:80`` → ``/led/Kconfig:30`` Menu path: (Top) → Device Drivers → LED drivers → HT16K33 LED driver .. code-block:: kconfig config HT16K33_KEYSCAN bool "Enable keyscan support" select KSCAN_HT16K33 depends on HT16K33 && KSCAN && LED help Enable keyscan child device support in the HT16K33 LED driver. The keyscan functionality itself is handled by the HT16K33 keyscan driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*