1# MIMX8MM_PHYBOARD_POLIS board defconfig
2#
3# Copyright (c) 2022 PHYTEC Messtechnik GmbH
4# SPDX-License-Identifier: Apache-2.0
5
6if BOARD_MIMX8MM_PHYBOARD_POLIS
7
8config BOARD
9	default "mimx8mm_phyboard_polis"
10
11if !XIP
12config FLASH_SIZE
13	default 0
14config FLASH_BASE_ADDRESS
15	default 0
16endif
17
18endif # BOARD_MIMX8MM_PHYBOARD_POLIS
19