1# Copyright (c) 2024 sensry.io 2# SPDX-License-Identifier: Apache-2.0 3 4config GPIO_SY1XX 5 bool "SY1XX GPIO driver" 6 default y 7 depends on DT_HAS_SENSRY_SY1XX_GPIO_ENABLED 8 help 9 Enable the SY1XX GPIO driver. 10