1# Copyright 2023 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4config NXP_S32_EMIOS
5	bool "NXP S32 eMIOS drivers"
6	depends on DT_HAS_NXP_S32_EMIOS_ENABLED
7	help
8	  Enable drivers for NXP S32 EMIOS
9
10if NXP_S32_EMIOS
11
12module = NXP_S32_EMIOS
13module-str = NXP S32 eMIOS
14source "subsys/logging/Kconfig.template.log_config"
15
16config NXP_S32_EMIOS_INIT_PRIORITY
17	int "NXP S32 eMIOS initialization priority"
18	default KERNEL_INIT_PRIORITY_DEVICE
19	help
20	  System initialization priority for NXP S32 eMIOS drivers.
21
22endif
23