:orphan: .. title:: CONFIG_KSCAN .. kconfig:: CONFIG_KSCAN CONFIG_KSCAN ############ *Keyboard Scan Drivers* Type: ``bool`` Help ==== .. code-block:: none Include Keyboard scan drivers in system config. Defaults ======== - y - y - y - y - y - y - y if \ :kconfig:`LVGL ` - y if \ :kconfig:`LVGL ` - y if \ :kconfig:`LVGL ` - y - y - y Kconfig definitions =================== At ``/shields/adafruit_2_8_tft_touch_v2/Kconfig.defconfig:52`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` → ``/kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config KSCAN bool default y depends on LVGL && DISPLAY && SHIELD_ADAFRUIT_2_8_TFT_TOUCH_V2 ---- At ``/shields/buydisplay_2_8_tft_touch_arduino/Kconfig.defconfig:52`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` → ``/kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config KSCAN bool default y depends on LVGL && DISPLAY && SHIELD_BUYDISPLAY_2_8_TFT_TOUCH_ARDUINO ---- At ``/shields/buydisplay_3_5_tft_touch_arduino/Kconfig.defconfig:49`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` → ``/kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config KSCAN bool default y depends on LVGL && DISPLAY && SHIELD_BUYDISPLAY_3_5_TFT_TOUCH_ARDUINO ---- At ``/shields/adafruit_2_8_tft_touch_v2/Kconfig.defconfig:52`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:20`` Menu path: (Top) .. code-block:: kconfig config KSCAN bool default y depends on LVGL && DISPLAY && SHIELD_ADAFRUIT_2_8_TFT_TOUCH_V2 ---- At ``/shields/buydisplay_2_8_tft_touch_arduino/Kconfig.defconfig:52`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:20`` Menu path: (Top) .. code-block:: kconfig config KSCAN bool default y depends on LVGL && DISPLAY && SHIELD_BUYDISPLAY_2_8_TFT_TOUCH_ARDUINO ---- At ``/shields/buydisplay_3_5_tft_touch_arduino/Kconfig.defconfig:49`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:20`` Menu path: (Top) .. code-block:: kconfig config KSCAN bool default y depends on LVGL && DISPLAY && SHIELD_BUYDISPLAY_3_5_TFT_TOUCH_ARDUINO ---- At ``/arm/mimxrt1050_evk/Kconfig.defconfig:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config KSCAN bool default y if LVGL depends on BOARD_MIMXRT1050_EVK || BOARD_MIMXRT1050_EVK_QSPI ---- At ``/arm/mimxrt1060_evk/Kconfig.defconfig:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config KSCAN bool default y if LVGL depends on BOARD_MIMXRT1060_EVK || BOARD_MIMXRT1060_EVK_HYPERFLASH ---- At ``/arm/mimxrt1064_evk/Kconfig.defconfig:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config KSCAN bool default y if LVGL depends on BOARD_MIMXRT1064_EVK ---- At ``/shields/adafruit_2_8_tft_touch_v2/Kconfig.defconfig:52`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config KSCAN bool default y depends on LVGL && DISPLAY && SHIELD_ADAFRUIT_2_8_TFT_TOUCH_V2 ---- At ``/shields/buydisplay_2_8_tft_touch_arduino/Kconfig.defconfig:52`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config KSCAN bool default y depends on LVGL && DISPLAY && SHIELD_BUYDISPLAY_2_8_TFT_TOUCH_ARDUINO ---- At ``/shields/buydisplay_3_5_tft_touch_arduino/Kconfig.defconfig:49`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config KSCAN bool default y depends on LVGL && DISPLAY && SHIELD_BUYDISPLAY_3_5_TFT_TOUCH_ARDUINO ---- At ``/kscan/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:96`` Menu path: (Top) → Device Drivers .. code-block:: kconfig 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.)*