11 lines
240 B
Plaintext
11 lines
240 B
Plaintext
# Copyright (c) 2021 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
# This file contains selected Kconfig options for the application.
|
|
|
|
CONFIG_SENSOR=y
|
|
CONFIG_BLINK=y
|
|
|
|
CONFIG_SERIAL=y
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y |