7d1c79aa8c
Adds the driver for a Noritake Itron VFD auxiliary display. Signed-off-by: Jamie McCrae <spam@helper3000.net>
12 lines
259 B
Plaintext
12 lines
259 B
Plaintext
# Copyright (c) 2022 Jamie McCrae
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config AUXDISPLAY_ITRON
|
|
bool "Noritake Itron VFD driver"
|
|
default y
|
|
select GPIO
|
|
select SERIAL
|
|
depends on DT_HAS_NORITAKE_ITRON_ENABLED
|
|
help
|
|
Enable driver for Noritake Itron VFD.
|