492e196e8a
Following updates previously done for other drivers, rename all occurrences of S32 to NXP S32 to avoid ambiguity. Signed-off-by: Manuel Arguelles <manuel.arguelles@nxp.com>
11 lines
238 B
Plaintext
11 lines
238 B
Plaintext
# Copyright 2022 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config GPIO_NXP_S32
|
|
bool "NXP S32 GPIO driver"
|
|
default y
|
|
depends on DT_HAS_NXP_S32_GPIO_ENABLED
|
|
select NOCACHE_MEMORY
|
|
help
|
|
Enable the GPIO driver for NXP S32 processors.
|