9a00b99884
The driver does not implement a display API, it has a custom API. Having it under display is confusing, since display API consumers may expect they can use it. These sort of custom drivers fit better under drivers/misc. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
12 lines
263 B
Plaintext
12 lines
263 B
Plaintext
# Miscellaneous drivers not exposing Zephyr Device Driver API
|
|
|
|
# Copyright (c) 2021 Nordic Semiconductor
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
menu "Miscellaneous Drivers"
|
|
|
|
source "drivers/misc/ft8xx/Kconfig"
|
|
source "drivers/misc/grove_lcd_rgb/Kconfig"
|
|
|
|
endmenu
|