12 lines
238 B
Plaintext
12 lines
238 B
Plaintext
|
# Copyright (c) 2023 Meta
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
CONFIG_CONSOLE=y
|
||
|
CONFIG_SERIAL=y
|
||
|
CONFIG_UART_CONSOLE=y
|
||
|
CONFIG_GPIO=n
|
||
|
CONFIG_XIP=y
|
||
|
|
||
|
# Workaround for incorrect SYS_CLOCK_HW_CYCLES_PER_SEC
|
||
|
CONFIG_SYS_CLOCK_TICKS_PER_SEC=100
|