2020-11-10 09:49:54 +01:00
|
|
|
# PineTime DevKit0 board configuration
|
|
|
|
|
|
|
|
# Copyright (c) 2020 Stephane Dorre <stephane.dorre@gmail.com>
|
2019-10-21 01:51:48 +02:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
if BOARD_PINETIME_DEVKIT0
|
|
|
|
|
|
|
|
config BOARD
|
|
|
|
default "pinetime_devkit0"
|
|
|
|
|
|
|
|
config BT_CTLR
|
|
|
|
default BT
|
|
|
|
|
2021-12-10 12:15:01 +01:00
|
|
|
if DISPLAY
|
|
|
|
|
|
|
|
config SPI
|
|
|
|
default y
|
|
|
|
|
|
|
|
config ST7789V
|
|
|
|
default y
|
|
|
|
|
|
|
|
endif # DISPLAY
|
|
|
|
|
2022-01-17 14:13:25 +01:00
|
|
|
config I2C
|
|
|
|
default y if KSCAN
|
|
|
|
|
2019-10-21 01:51:48 +02:00
|
|
|
endif # BOARD_PINETIME_DEVKIT0
|