1# UC81xx display controller configuration options
2
3# Copyright (c) 2020 Phytec Messtechnik GmbH
4# SPDX-License-Identifier: Apache-2.0
5
6config UC81XX
7	bool "UltraChip UC81xx compatible display controller driver"
8	default y
9	depends on DT_HAS_ULTRACHIP_UC8176_ENABLED || DT_HAS_ULTRACHIP_UC8179_ENABLED
10	select SPI
11	help
12	  Enable driver for UC81xx compatible controller.
13