:orphan: .. title:: SDL_POINTER_KSCAN_DEV_NAME .. option:: CONFIG_SDL_POINTER_KSCAN_DEV_NAME *SDL kscan device name* Type: ``string`` Direct dependencies =================== \ :option:`KSCAN_SDL ` && \ :option:`KSCAN ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :option:`LVGL_POINTER_KSCAN_DEV_NAME ` if \ :option:`LVGL ` - "SDL_KSCAN" Kconfig definition ================== At ``/kscan/Kconfig.sdl:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:94`` → ``/kscan/Kconfig:15`` Menu path: (Top) → Device Drivers → Keyboard Scan Drivers → SDL event filter for touch panel emulation .. code-block:: kconfig config SDL_POINTER_KSCAN_DEV_NAME string "SDL kscan device name" default LVGL_POINTER_KSCAN_DEV_NAME if LVGL default "SDL_KSCAN" depends on KSCAN_SDL && KSCAN *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*