zephyr/drivers/gpio/Kconfig.sedi
Kong Li 2749b3beb0 drivers: gpio: Add Intel SEDI gpio driver
Add a new GPIO shim driver for Intel Socs. Builds upon the SEDI bare
metal gpio driver in hal-intel module.

Signed-off-by: Kong Li <li.kong@intel.com>
2023-09-12 10:56:08 +02:00

15 lines
339 B
Plaintext

#
# Copyright (c) 2023 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
config GPIO_SEDI
bool "SEDI GPIO driver"
default y
depends on DT_HAS_INTEL_SEDI_GPIO_ENABLED
help
This option enables Intel SEDI GPIO driver.
This driver is simply a shim driver built upon the SEDI
bare metal GPIO driver in hal-intel module.