zephyr/soc/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.mcimx6x_m4

31 lines
369 B
Plaintext

# i.MX 6SoloX
# Copyright (c) 2018, NXP
# SPDX-License-Identifier: Apache-2.0
if SOC_MCIMX6X_M4
config SOC
default "mcimx6x"
config FLOAT
default y
config GPIO_IMX
default y
depends on GPIO
config UART_IMX
default y
depends on SERIAL
config IPM_IMX
default y
depends on IPM
config COUNTER_IMX_EPIT
default y
depends on COUNTER
endif # SOC_MCIMX6X_M4