mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 18:01:57 +00:00
Same deal as in https://github.com/zephyrproject-rtos/zephyr/pull/20280, for newly-introduced stuff. Will avoid failures with the new CI test in https://github.com/zephyrproject-rtos/ci-tools/pull/112, though it only checks changed files. Also fix some un-indented properties on choices. Choice properties work the same as symbol properties syntactically. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
9 lines
213 B
Plaintext
9 lines
213 B
Plaintext
# nRF52833 PCA10100 board configuration
|
|
|
|
# Copyright (c) 2019 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_NRF52833_PCA10100
|
|
bool "NRF52833 PCA10100"
|
|
depends on SOC_NRF52833_QIAA
|