zephyr/drivers/kscan/Kconfig.sdl
Kumar Gala 01c4e02240 kscan: sdl: Convert driver over to devicetree
Move kscan SDL driver to be based on devicetree.  This is similar to
how the display SDL driver works.

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-08-12 17:54:03 -05:00

11 lines
269 B
Plaintext

# Copyright (c) 2020 Jabil Inc.
# SPDX-License-Identifier: Apache-2.0
config KSCAN_SDL
bool "SDL event filter for touch panel emulation"
default y
depends on DT_HAS_ZEPHYR_SDL_KSCAN_ENABLED
depends on HAS_SDL
help
Enable driver for the SDL mouse event filter.