1# Private config options for display sample
2
3# Copyright (c) 2025 NXP
4# SPDX-License-Identifier: Apache-2.0
5
6mainmenu "Display sample application"
7
8source "Kconfig.zephyr"
9
10config SAMPLE_BUFFER_ADDR_ALIGN
11	int "The display buffer address alignment"
12	default 1
13
14config SAMPLE_PITCH_ALIGN
15	int "The update area pitch alignment"
16	default 1
17