13 lines
259 B
Plaintext
13 lines
259 B
Plaintext
|
# Copyright (C) 2023, Intel Corporation
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
CONFIG_SOC_SERIES_NIOSV=y
|
||
|
CONFIG_SOC_NIOSV_M=y
|
||
|
CONFIG_BOARD_NIOSV_M=y
|
||
|
CONFIG_CONSOLE=y
|
||
|
CONFIG_PRINTK=y
|
||
|
CONFIG_SERIAL=y
|
||
|
CONFIG_UART_CONSOLE=y
|
||
|
CONFIG_UART_ALTERA_JTAG=y
|
||
|
CONFIG_XIP=n
|