From: Krzysztof Kozlowski Date: Fri, 4 Apr 2025 11:24:07 +0000 (+0200) Subject: soc: fsl: Do not enable DPAA2_CONSOLE by default during compile testing X-Git-Tag: v6.16-rc1~100^2^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=617a7ed073115016e417b518c68c96057f1bf66c;p=thirdparty%2Flinux.git soc: fsl: Do not enable DPAA2_CONSOLE by default during compile testing Enabling the compile test should not cause automatic enabling of such drivers. Signed-off-by: Krzysztof Kozlowski Acked-by: Ioana Ciornei Link: https://lore.kernel.org/r/20250404112407.255126-1-krzysztof.kozlowski@linaro.org Signed-off-by: Christophe Leroy --- diff --git a/drivers/soc/fsl/Kconfig b/drivers/soc/fsl/Kconfig index a1e0bc8c17573..47870e29c2902 100644 --- a/drivers/soc/fsl/Kconfig +++ b/drivers/soc/fsl/Kconfig @@ -36,7 +36,7 @@ config FSL_MC_DPIO config DPAA2_CONSOLE tristate "QorIQ DPAA2 console driver" depends on OF && (ARCH_LAYERSCAPE || COMPILE_TEST) - default y + default ARCH_LAYERSCAPE help Console driver for DPAA2 platforms. Exports 2 char devices, /dev/dpaa2_mc_console and /dev/dpaa2_aiop_console,