:orphan: .. title:: CONFIG_KSCAN_SDL .. kconfig:: CONFIG_KSCAN_SDL CONFIG_KSCAN_SDL ################ *SDL event filter for touch panel emulation* Type: ``bool`` Help ==== .. code-block:: none Enable driver for the SDL mouse event filter. Direct dependencies =================== (\ :kconfig:`KSCAN ` && \ :kconfig:`BOARD_NATIVE_POSIX `) || (\ :kconfig:`HAS_SDL ` && \ :kconfig:`KSCAN `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== At ``/posix/native_posix/Kconfig.defconfig:68`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config KSCAN_SDL bool default y depends on KSCAN && BOARD_NATIVE_POSIX ---- At ``/kscan/Kconfig.sdl:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:96`` → ``/kscan/Kconfig:15`` Menu path: (Top) → Device Drivers → Keyboard Scan Drivers .. code-block:: kconfig 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.)*