Linux Audio

Check our new training course

Embedded Linux Audio

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

Bootlin logo

Elixir Cross Referencer

Loading...
# Kconfig - UDOO Neo Full board
#
# Copyright (c) 2018, NXP
#
# SPDX-License-Identifier: Apache-2.0
#

if BOARD_UDOO_NEO_FULL_M4

config BOARD
	default "udoo_neo_full_m4"

if UART_IMX

config UART_IMX_UART_1
	default n

config UART_IMX_UART_2
	default n

config UART_IMX_UART_3
	default n

config UART_IMX_UART_4
	default n

config UART_IMX_UART_5
	default y if UART_CONSOLE

config UART_IMX_UART_6
	default n

endif # UART_IMX

if GPIO_IMX

config GPIO_IMX_PORT_1
	default n

config GPIO_IMX_PORT_2
	default n

config GPIO_IMX_PORT_3
	default n

config GPIO_IMX_PORT_4
	default y

config GPIO_IMX_PORT_5
	default n

config GPIO_IMX_PORT_6
	default n

config GPIO_IMX_PORT_7
	default n

endif # GPIO_IMX

if COUNTER_IMX_EPIT

config COUNTER_IMX_EPIT_1
	default y

endif # COUNTER_IMX_EPIT

endif # BOARD_UDOO_NEO_FULL_M4