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...
# 96Boards Meerkat96 board

# Copyright (c) 2019, Linaro Ltd.
# SPDX-License-Identifier: Apache-2.0

if BOARD_96B_MEERKAT96

config BOARD
	default "96b_meerkat96"

if GPIO_IMX

config GPIO_IMX_PORT_1
	default y

endif # GPIO_IMX

if UART_IMX

config UART_IMX_UART_1
	default y

endif # UART_IMX

if !XIP
config FLASH_SIZE
	default 0
config FLASH_BASE_ADDRESS
	default 0
endif

endif # BOARD_96B_MEERKAT96