1# Copyright (c) 2020 Jabil Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4config INPUT_SDL_TOUCH
5 bool "SDL event filter for touch panel emulation"
6 default y
7 depends on DT_HAS_ZEPHYR_INPUT_SDL_TOUCH_ENABLED
8 depends on HAS_SDL
9 help
10 Enable driver for the SDL mouse event filter.
11