| # MIMXRT1064-EVK board |
| |
| # Copyright (c) 2018, NXP |
| # SPDX-License-Identifier: Apache-2.0 |
| |
| if BOARD_MIMXRT1064_EVK |
| |
| config BOARD |
| default "mimxrt1064_evk" |
| |
| choice CODE_LOCATION |
| default CODE_FLEXSPI2 |
| endchoice |
| |
| config KSCAN |
| default y if LVGL |
| |
| config INPUT |
| default y if KSCAN |
| |
| if INPUT |
| |
| config INPUT_FT5336_INTERRUPT |
| default y |
| |
| endif # INPUT |
| |
| if NETWORKING |
| |
| config NET_L2_ETHERNET |
| default y |
| |
| config ETH_MCUX_PHY_RESET |
| default y |
| |
| endif # NETWORKING |
| |
| if LVGL |
| |
| config LV_Z_POINTER_KSCAN |
| default y |
| |
| config LV_Z_VDB_SIZE |
| default 16 |
| |
| config LV_DPI_DEF |
| default 128 |
| |
| choice LV_COLOR_DEPTH |
| default LV_COLOR_DEPTH_16 |
| endchoice |
| |
| endif # LVGL |
| |
| endif # BOARD_MIMXRT1064_EVK |