:orphan: .. title:: GPIO_HT16K33 .. option:: CONFIG_GPIO_HT16K33 *HT16K33 keyscan driver* Type: ``bool`` Help ==== Enable keyscan driver for HT16K33. The HT16K33 is a memory mapping, multifunction LED controller driver. The controller supports matrix key scan circuit of up to 13x3 keys. The keyscan functionality is exposed as up to 3 GPIO controller drivers, each supporting GPIO callbacks for keyscan event notifications. Direct dependencies =================== \ :option:`HT16K33_KEYSCAN ` && \ :option:`GPIO ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`HT16K33_KEYSCAN ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/gpio/Kconfig.ht16k33:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:34`` → ``drivers/gpio/Kconfig:72`` Menu path: (Top) → Device Drivers → GPIO Drivers .. parsed-literal:: menuconfig GPIO_HT16K33 bool "HT16K33 keyscan driver" depends on \ :option:`HT16K33_KEYSCAN ` && \ :option:`GPIO ` help Enable keyscan driver for HT16K33. The HT16K33 is a memory mapping, multifunction LED controller driver. The controller supports matrix key scan circuit of up to 13x3 keys. The keyscan functionality is exposed as up to 3 GPIO controller drivers, each supporting GPIO callbacks for keyscan event notifications. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*