Linux debugging

Check our new training course

Linux debugging, tracing, profiling & perf. analysis

Check our new training course
with Creative Commons CC-BY-SA
lecture and lab materials

Bootlin logo

Elixir Cross Referencer

# 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

if GPIO

config GPIO_IMX
	default y

endif # GPIO

if SERIAL

config UART_IMX
	default y

endif # SERIAL

if IPM

config IPM_IMX
	default y

endif # IPM

if COUNTER

config COUNTER_IMX_EPIT
	default y

endif # COUNTER

endif # SOC_MCIMX6X_M4