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 keyscan driver.
Defaults
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol
Kconfig definition
At <Zephyr>/drivers/led/Kconfig.ht16k33:14
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:80
→ <Zephyr>/drivers/led/Kconfig:30
Menu path: (Top) → Device Drivers → LED drivers → HT16K33 LED driver
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.)