1# Copyright (c) 2020 Antmicro <www.antmicro.com>
2# SPDX-License-Identifier: Apache-2.0
3
4CONFIG_ARM_MPU=n
5
6# System clock
7CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=61440000
8
9# Console
10CONFIG_SERIAL=y
11CONFIG_CONSOLE=y
12CONFIG_UART_CONSOLE=y
13
14# EOS S3 Configuration Manager copies software from external flash to MCU
15# memory using preconfigured DMA and execute it there.
16# Thus we do not use flash directly.
17
18CONFIG_XIP=n
19CONFIG_FLASH=n
20CONFIG_FLASH_SIZE=0
21CONFIG_FLASH_BASE_ADDRESS=0x0
22
23# GPIO
24CONFIG_GPIO=y
25