]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
soc: fsl: Do not enable DPAA2_CONSOLE by default during compile testing
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 4 Apr 2025 11:24:07 +0000 (13:24 +0200)
committerChristophe Leroy <christophe.leroy@csgroup.eu>
Mon, 12 May 2025 23:34:12 +0000 (01:34 +0200)
Enabling the compile test should not cause automatic enabling of such
drivers.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Link: https://lore.kernel.org/r/20250404112407.255126-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
drivers/soc/fsl/Kconfig

index a1e0bc8c175733d7e66e6e6d5c9ed651c9300672..47870e29c2902f3007c487947fee4685f0a00695 100644 (file)
@@ -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,