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