1# Copyright 2022 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4config GPIO_NXP_S32
5	bool "NXP S32 GPIO driver"
6	default y
7	depends on DT_HAS_NXP_S32_GPIO_ENABLED
8	select NOCACHE_MEMORY
9	help
10	  Enable the GPIO driver for NXP S32 processors.
11