zephyr/boards/arm/pinetime_devkit0/Kconfig.defconfig
Stephane Dorre 6c92d887c8 boards: Adapt Pinetime board configuration
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>
2020-11-11 13:28:11 +01:00

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