zephyr/drivers/kscan/Kconfig.sdl
Pavlo Hamov 687f407f29 drivers: kscan: Introduce SDL mouse driver
Introduces a new SDL mouse driver for the keyboard scan (kscan)
interface. Driver is implemented as SDL event filter

Signed-off-by: Pavlo Hamov <pavlo_hamov@jabil.com>
2020-03-11 13:23:19 -05:00

15 lines
369 B
Plaintext

# 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"