blob: d6f24775f3f78ba0ea7891e40e4a25977cc3b465 [file] [log] [blame]
# Auxiliary Display drivers
# Copyright (c) 2022 Jamie McCrae
# SPDX-License-Identifier: Apache-2.0
menuconfig AUXDISPLAY
bool "Auxiliary (textual) Display Drivers"
help
Enable auxiliary/texual display drivers (e.g. alphanumerical displays)
if AUXDISPLAY
config AUXDISPLAY_INIT_PRIORITY
int "Auxiliary display devices init priority"
default 85
help
Auxiliary (textual) display devices initialization priority.
module = AUXDISPLAY
module-str = auxdisplay
source "subsys/logging/Kconfig.template.log_config"
source "drivers/auxdisplay/Kconfig.itron"
endif # AUXDISPLAY