You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
311 B
18 lines
311 B
# PineTime DevKit0 board configuration |
|
|
|
# Copyright (c) 2020 Stephane Dorre <stephane.dorre@gmail.com> |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
if BOARD_PINETIME_DEVKIT0 |
|
|
|
config INPUT |
|
default y if LVGL |
|
|
|
if FLASH |
|
|
|
config SPI_NOR_FLASH_LAYOUT_PAGE_SIZE |
|
default 4096 |
|
|
|
endif # FLASH |
|
|
|
endif # BOARD_PINETIME_DEVKIT0
|
|
|