1# 2# Copyright (c) 2023 Intel Corporation 3# 4# SPDX-License-Identifier: Apache-2.0 5# 6 7config GPIO_SEDI 8 bool "SEDI GPIO driver" 9 default y 10 depends on DT_HAS_INTEL_SEDI_GPIO_ENABLED 11 help 12 This option enables Intel SEDI GPIO driver. 13 This driver is simply a shim driver built upon the SEDI 14 bare metal GPIO driver in hal-intel module. 15