4b6cb2b67d
The IPUv3 and DCSS driver are two totally separate DRM drivers. Having one of them live in the drivers/gpu/drm/imx toplevel directory and the other one in the dcss/ subdirectory is confusing. Move the IPUv3 driver into its own subdirectory to make the separation more clear. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de> Link: https://lore.kernel.org/r/20221125112519.3849636-1-l.stach@pengutronix.de Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Link: https://patchwork.freedesktop.org/patch/msgid/20221125112519.3849636-1-l.stach@pengutronix.de
5 lines
126 B
Plaintext
5 lines
126 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
source "drivers/gpu/drm/imx/dcss/Kconfig"
|
|
source "drivers/gpu/drm/imx/ipuv3/Kconfig"
|