CONFIG_KSCAN

Keyboard Scan Drivers

Type: bool

Help

Include Keyboard scan drivers in system config.

Defaults

Kconfig definitions

At <Zephyr>/boards/shields/adafruit_2_8_tft_touch_v2/Kconfig.defconfig:52

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<BuildDir>/Kconfig/Kconfig.shield.defconfig:1

Menu path: (Top)

config KSCAN
    bool
    default y
    depends on LVGL && DISPLAY && SHIELD_ADAFRUIT_2_8_TFT_TOUCH_V2

At <Zephyr>/boards/shields/buydisplay_2_8_tft_touch_arduino/Kconfig.defconfig:55

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<BuildDir>/Kconfig/Kconfig.shield.defconfig:1

Menu path: (Top)

config KSCAN
    bool
    default y
    depends on LVGL && DISPLAY && SHIELD_BUYDISPLAY_2_8_TFT_TOUCH_ARDUINO

At <Zephyr>/boards/shields/buydisplay_3_5_tft_touch_arduino/Kconfig.defconfig:52

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<BuildDir>/Kconfig/Kconfig.shield.defconfig:1

Menu path: (Top)

config KSCAN
    bool
    default y
    depends on LVGL && DISPLAY && SHIELD_BUYDISPLAY_3_5_TFT_TOUCH_ARDUINO

At <Zephyr>/boards/arm/mimxrt1050_evk/Kconfig.defconfig:26

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

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

At <Zephyr>/boards/arm/mimxrt1060_evk/Kconfig.defconfig:23

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

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

At <Zephyr>/boards/arm/mimxrt1064_evk/Kconfig.defconfig:22

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config KSCAN
    bool
    default y if LVGL
    depends on BOARD_MIMXRT1064_EVK

At <Zephyr>/boards/shields/adafruit_2_8_tft_touch_v2/Kconfig.defconfig:52

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config KSCAN
    bool
    default y
    depends on LVGL && DISPLAY && SHIELD_ADAFRUIT_2_8_TFT_TOUCH_V2

At <Zephyr>/boards/shields/buydisplay_2_8_tft_touch_arduino/Kconfig.defconfig:55

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config KSCAN
    bool
    default y
    depends on LVGL && DISPLAY && SHIELD_BUYDISPLAY_2_8_TFT_TOUCH_ARDUINO

At <Zephyr>/boards/shields/buydisplay_3_5_tft_touch_arduino/Kconfig.defconfig:52

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config KSCAN
    bool
    default y
    depends on LVGL && DISPLAY && SHIELD_BUYDISPLAY_3_5_TFT_TOUCH_ARDUINO

At <Zephyr>/drivers/kscan/Kconfig:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:94

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.)