1# Copyright (c) 2023 Chen Xingyu <hi@xingrz.me>
2# SPDX-License-Identifier: Apache-2.0
3
4config AUXDISPLAY_PT6314
5	bool "PTC PT6314 dot character VFD driver"
6	default y
7	select SPI
8	depends on DT_HAS_PTC_PT6314_ENABLED
9	help
10	  Enable driver for PTC PT6314.
11