blob: 6d251455164ef88fdb5a1e6cf41637582aa46703 [file] [log] [blame]
# 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
if DISPLAY
config SPI
default y
config ST7789V
default y
endif # DISPLAY
if FLASH
config SPI
default y
config SPI_NOR
default y
config SPI_NOR_FLASH_LAYOUT_PAGE_SIZE
default 4096
endif # FLASH
config I2C
default y if KSCAN
endif # BOARD_PINETIME_DEVKIT0