zephyr/drivers/kscan/Kconfig.sdl

15 lines
369 B
Plaintext
Raw Permalink Normal View History

# Copyright (c) 2020 Jabil Inc.
# SPDX-License-Identifier: Apache-2.0
config KSCAN_SDL
bool "SDL event filter for touch panel emulation"
depends on HAS_SDL
help
Enable driver for the SDL mouse event filter.
config SDL_POINTER_KSCAN_DEV_NAME
string "SDL kscan device name"
depends on KSCAN_SDL
default LVGL_POINTER_KSCAN_DEV_NAME if LVGL
default "SDL_KSCAN"