1# 2# Copyright 2023 BrainCo Inc. 3# 4# SPDX-License-Identifier: Apache-2.0 5# 6 7# Add custom linker section to relocate framebuffers to PSRAM 8zephyr_linker_sources_ifdef(CONFIG_LV_Z_VBD_CUSTOM_SECTION 9 SECTIONS dc_ram.ld) 10