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 INPUT 9 default y if LVGL 10 11if FLASH 12 13config SPI_NOR_FLASH_LAYOUT_PAGE_SIZE 14 default 4096 15 16endif # FLASH 17 18endif # BOARD_PINETIME_DEVKIT0 19