CONFIG_KSCAN_SDL
SDL event filter for touch panel emulation
Type: bool
Help
Enable driver for the SDL mouse event filter.
Direct dependencies
(KSCAN
&& BOARD_NATIVE_POSIX
) || (HAS_SDL
&& KSCAN
)
(Includes any dependencies from ifs and menus.)
Default
y
Kconfig definitions
At <Zephyr>/boards/posix/native_posix/Kconfig.defconfig:68
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config KSCAN_SDL
bool
default y
depends on KSCAN && BOARD_NATIVE_POSIX
At <Zephyr>/drivers/kscan/Kconfig.sdl:4
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:96
→ <Zephyr>/drivers/kscan/Kconfig:16
Menu path: (Top) → Device Drivers → Keyboard Scan Drivers
config KSCAN_SDL
bool "SDL event filter for touch panel emulation"
depends on HAS_SDL && KSCAN
help
Enable driver for the SDL mouse event filter.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)