1# PineTime DevKit0 board configuration 2 3# Copyright (c) 2020 Stephane Dorre <stephane.dorre@gmail.com> 4# SPDX-License-Identifier: Apache-2.0 5 6if BOARD_PINETIME_DEVKIT0 7 8config BT_CTLR 9 default BT 10 11config INPUT 12 default y if LVGL 13 14if FLASH 15 16config SPI_NOR_FLASH_LAYOUT_PAGE_SIZE 17 default 4096 18 19endif # FLASH 20 21endif # BOARD_PINETIME_DEVKIT0 22