12 lines
233 B
Plaintext
12 lines
233 B
Plaintext
|
# Copyright (C) 2023, Intel Corporation
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
CONFIG_SOC_SERIES_NIOSV=y
|
||
|
CONFIG_SOC_NIOSV_G=y
|
||
|
CONFIG_BOARD_NIOSV_G=y
|
||
|
CONFIG_CONSOLE=y
|
||
|
CONFIG_PRINTK=y
|
||
|
CONFIG_SERIAL=y
|
||
|
CONFIG_UART_CONSOLE=y
|
||
|
CONFIG_XIP=n
|