mirror of
https://github.com/olofk/serv.git
synced 2026-01-13 07:09:33 +00:00
13 lines
217 B
Plaintext
13 lines
217 B
Plaintext
# Copyright (c) 2020 Olof Kindgren <olof.kindgren@gmail.com>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_BOARD_SERVICE=y
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_SERIAL=y
|
|
CONFIG_UART_BITBANG=y
|
|
|
|
CONFIG_UART_CONSOLE=y
|
|
|
|
CONFIG_XIP=n
|