-
CONFIG_KSCAN_INIT_PRIORITY
¶
Keyboard scan driver init priority
Type: int
Help¶
Keyboard scan device driver initialization priority.
Direct dependencies¶
(KSCAN
&& DISPLAY
&& SHIELD_ADAFRUIT_2_8_TFT_TOUCH_V2
) || (KSCAN
&& DISPLAY
&& SHIELD_BUYDISPLAY_2_8_TFT_TOUCH_ARDUINO
) || (KSCAN
&& DISPLAY
&& SHIELD_BUYDISPLAY_3_5_TFT_TOUCH_ARDUINO
) || (KSCAN
&& (BOARD_MIMXRT1050_EVK
|| BOARD_MIMXRT1050_EVK_QSPI
)) || (KSCAN
&& (BOARD_MIMXRT1060_EVK
|| BOARD_MIMXRT1060_EVK_HYPERFLASH
)) || (KSCAN
&& BOARD_MIMXRT1064_EVK
) || (KSCAN
&& BOARD_STM32F746G_DISCO
) || (KSCAN
&& DISPLAY
&& SHIELD_ADAFRUIT_2_8_TFT_TOUCH_V2
) || (KSCAN
&& DISPLAY
&& SHIELD_BUYDISPLAY_2_8_TFT_TOUCH_ARDUINO
) || (KSCAN
&& DISPLAY
&& SHIELD_BUYDISPLAY_3_5_TFT_TOUCH_ARDUINO
) || KSCAN
(Includes any dependencies from ifs and menus.)
Defaults¶
60
60
60
60
60
60
65
60
60
60
40
Kconfig definitions¶
At <Zephyr>/boards/shields/adafruit_2_8_tft_touch_v2/Kconfig.defconfig:29
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:17
→ <BuildDir>/kconfig/Kconfig.shield.defconfig:1
Menu path: (Top)
config KSCAN_INIT_PRIORITY
int
default 60
depends on KSCAN && DISPLAY && SHIELD_ADAFRUIT_2_8_TFT_TOUCH_V2
At <Zephyr>/boards/shields/buydisplay_2_8_tft_touch_arduino/Kconfig.defconfig:26
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:17
→ <BuildDir>/kconfig/Kconfig.shield.defconfig:1
Menu path: (Top)
config KSCAN_INIT_PRIORITY
int
default 60
depends on KSCAN && DISPLAY && SHIELD_BUYDISPLAY_2_8_TFT_TOUCH_ARDUINO
At <Zephyr>/boards/shields/buydisplay_3_5_tft_touch_arduino/Kconfig.defconfig:26
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:17
→ <BuildDir>/kconfig/Kconfig.shield.defconfig:1
Menu path: (Top)
config KSCAN_INIT_PRIORITY
int
default 60
depends on KSCAN && DISPLAY && SHIELD_BUYDISPLAY_3_5_TFT_TOUCH_ARDUINO
At <Zephyr>/boards/arm/mimxrt1050_evk/Kconfig.defconfig:32
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config KSCAN_INIT_PRIORITY
int
default 60
depends on KSCAN && (BOARD_MIMXRT1050_EVK || BOARD_MIMXRT1050_EVK_QSPI)
At <Zephyr>/boards/arm/mimxrt1060_evk/Kconfig.defconfig:39
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config KSCAN_INIT_PRIORITY
int
default 60
depends on KSCAN && (BOARD_MIMXRT1060_EVK || BOARD_MIMXRT1060_EVK_HYPERFLASH)
At <Zephyr>/boards/arm/mimxrt1064_evk/Kconfig.defconfig:38
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config KSCAN_INIT_PRIORITY
int
default 60
depends on KSCAN && BOARD_MIMXRT1064_EVK
At <Zephyr>/boards/arm/stm32f746g_disco/Kconfig.defconfig:26
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config KSCAN_INIT_PRIORITY
int
default 65
depends on KSCAN && BOARD_STM32F746G_DISCO
At <Zephyr>/boards/shields/adafruit_2_8_tft_touch_v2/Kconfig.defconfig:29
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config KSCAN_INIT_PRIORITY
int
default 60
depends on KSCAN && DISPLAY && SHIELD_ADAFRUIT_2_8_TFT_TOUCH_V2
At <Zephyr>/boards/shields/buydisplay_2_8_tft_touch_arduino/Kconfig.defconfig:26
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config KSCAN_INIT_PRIORITY
int
default 60
depends on KSCAN && DISPLAY && SHIELD_BUYDISPLAY_2_8_TFT_TOUCH_ARDUINO
At <Zephyr>/boards/shields/buydisplay_3_5_tft_touch_arduino/Kconfig.defconfig:26
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config KSCAN_INIT_PRIORITY
int
default 60
depends on KSCAN && DISPLAY && SHIELD_BUYDISPLAY_3_5_TFT_TOUCH_ARDUINO
At <Zephyr>/drivers/kscan/Kconfig:21
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:94
Menu path: (Top) → Device Drivers → Keyboard Scan Drivers
config KSCAN_INIT_PRIORITY
int "Keyboard scan driver init priority"
default 40
depends on KSCAN
help
Keyboard scan device driver initialization priority.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)