:orphan: .. title:: KSCAN_SDL .. option:: CONFIG_KSCAN_SDL *SDL event filter for touch panel emulation* Type: ``bool`` Help ==== Enable driver for the SDL mouse event filter. Direct dependencies =================== (\ :option:`KSCAN ` && \ :option:`BOARD_NATIVE_POSIX `) || (\ :option:`HAS_SDL ` && \ :option:`KSCAN `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/posix/native_posix/Kconfig.defconfig:62`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config KSCAN_SDL bool default y depends on \ :option:`KSCAN ` && \ :option:`BOARD_NATIVE_POSIX ` ---- At ``drivers/kscan/Kconfig.sdl:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:94`` → ``drivers/kscan/Kconfig:15`` Menu path: (Top) → Device Drivers → Keyboard Scan Drivers .. parsed-literal:: config KSCAN_SDL bool "SDL event filter for touch panel emulation" depends on \ :option:`HAS_SDL ` && \ :option:`KSCAN ` help Enable driver for the SDL mouse event filter. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*