The latest development version of this page may be more current than this released 2.2.1 version.
CONFIG_KSCAN

Keyboard Scan Drivers

Type: bool

Help

Include Keyboard scan drivers in system config.

Defaults

Kconfig definitions

At boards/arm/mimxrt1050_evk/Kconfig.defconfig:63

Included via Kconfig:8Kconfig.zephyr:24

Menu path: (Top)

config KSCAN
    bool
    default y if LVGL
    depends on BOARD_MIMXRT1050_EVK || BOARD_MIMXRT1050_EVK_QSPI

At boards/arm/mimxrt1060_evk/Kconfig.defconfig:47

Included via Kconfig:8Kconfig.zephyr:24

Menu path: (Top)

config KSCAN
    bool
    default y if LVGL
    depends on BOARD_MIMXRT1060_EVK || BOARD_MIMXRT1060_EVK_HYPERFLASH

At boards/arm/mimxrt1064_evk/Kconfig.defconfig:40

Included via Kconfig:8Kconfig.zephyr:24

Menu path: (Top)

config KSCAN
    bool
    default y if LVGL
    depends on BOARD_MIMXRT1064_EVK

At drivers/kscan/Kconfig:6

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:90

Menu path: (Top) → Device Drivers

menuconfig KSCAN
    bool "Keyboard Scan Drivers"
    help
      Include Keyboard scan drivers in system config.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)