mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-20 05:35:22 +00:00
Move i2c to defconfig Add documentation Improve dts Remove unnecessary option and only use the default ones. Provide a default Active state directly in the device tree Fix copyright Signed-off-by: Stephane Dorre <stephane.dorre@gmail.com>
15 lines
270 B
Plaintext
15 lines
270 B
Plaintext
# PineTime DevKit0 board configuration
|
|
|
|
# Copyright (c) 2020 Stephane Dorre <stephane.dorre@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_PINETIME_DEVKIT0
|
|
|
|
config BOARD
|
|
default "pinetime_devkit0"
|
|
|
|
config BT_CTLR
|
|
default BT
|
|
|
|
endif # BOARD_PINETIME_DEVKIT0
|