Added intel PCH driver for timeaware GPIO. Signed-off-by: Anisetti Avinash Krishna <anisetti.avinash.krishna@intel.com>
11 lines
311 B
Text
11 lines
311 B
Text
# INTEL PMC TGPIO configuration options
|
|
#
|
|
# Copyright (c) 2023 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config TIMEAWARE_GPIO_INTEL
|
|
bool "Intel Time aware GPIO driver"
|
|
default y
|
|
depends on DT_HAS_INTEL_TIMEAWARE_GPIO_ENABLED
|
|
help
|
|
Intel time aware GPIO driver found on Intel PCH subsystem
|