01c4e02240
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>
11 lines
269 B
Plaintext
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.
|