blob: b032d33cd48ff9a1aa7d956823fa5987b4ce4c16 [file] [log] [blame]
# 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
config COUNTER_IMX_EPIT_1
default y
depends on COUNTER_IMX_EPIT
endif # BOARD_UDOO_NEO_FULL_M4