9 lines
168 B
Plaintext
9 lines
168 B
Plaintext
|
# Copyright (c) 2023 by Rivos Inc.
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
CONFIG_XIP=y
|
||
|
CONFIG_SERIAL=y
|
||
|
CONFIG_CONSOLE=y
|
||
|
CONFIG_UART_CONSOLE=y
|
||
|
CONFIG_BUILD_OUTPUT_BIN=n
|