1# GPIO emulation using SDL keyboard events 2# 3# Copyright (c) 2022, Basalte bv 4# SPDX-License-Identifier: Apache-2.0 5 6config GPIO_EMUL_SDL 7 bool "SDL GPIO emulation" 8 default y 9 depends on DT_HAS_ZEPHYR_GPIO_EMUL_SDL_ENABLED 10 depends on GPIO_EMUL 11 depends on HAS_SDL 12 help 13 Enable GPIO emulation using SDL keyboard events. 14