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 BT_CTLR
|
|
|
|
default BT
|
|
|
|
|
2023-07-18 08:39:10 +02:00
|
|
|
config INPUT
|
2023-08-30 10:01:39 +02:00
|
|
|
default y if LVGL
|
2023-07-18 08:39:10 +02:00
|
|
|
|
2022-03-27 13:53:56 +02:00
|
|
|
if FLASH
|
|
|
|
|
2022-04-11 15:08:51 +02:00
|
|
|
config SPI_NOR_FLASH_LAYOUT_PAGE_SIZE
|
|
|
|
default 4096
|
|
|
|
|
2022-03-27 13:53:56 +02:00
|
|
|
endif # FLASH
|
|
|
|
|
2019-10-21 01:51:48 +02:00
|
|
|
endif # BOARD_PINETIME_DEVKIT0
|