1# i.MX 93 EVK board configuration
2
3# Copyright 2024 NXP
4# SPDX-License-Identifier: Apache-2.0
5
6config BOARD_MIMX93_EVK_EXP_SEL_INIT
7	bool "Configure i.MX 93 EVK board mux control during init"
8	default n
9
10config BOARD_MIMX93_EVK_EXP_SEL_INIT_PRIO
11	int "i.MX 93 EVK board mux control init priority"
12	default 60
13
14module = BOARD_MIMX93_EVK
15module-str = Board Control
16source "subsys/logging/Kconfig.template.log_config"
17