1# Copyright (c) 2024 Erik Andersson <erian747@gmail.com> 2# SPDX-License-Identifier: Apache-2.0 3 4config NT35510 5 bool "NT35510 display driver" 6 default y 7 depends on DT_HAS_FRIDA_NT35510_ENABLED 8 select MIPI_DSI 9 help 10 Enable driver for NT35510 display driver. 11 12if NT35510 13 14config DISPLAY_NT35510_INIT_PRIORITY 15 int "Initialization priority" 16 default DISPLAY_INIT_PRIORITY 17 help 18 NT35510 display driver initialization priority. 19 20endif 21