zephyr/drivers/gpio/Kconfig.nxp_s32
Manuel Arguelles 492e196e8a drivers: gpio: rename S32 to NXP S32
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>
2023-01-04 16:51:38 +01:00

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.