aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <[email protected]>2025-04-04 11:24:07 +0000
committerChristophe Leroy <[email protected]>2025-05-12 23:34:12 +0000
commit617a7ed073115016e417b518c68c96057f1bf66c (patch)
treebc3fc584dde2f7a21496c58a3703ed392452e736
parentLinux 6.15-rc2 (diff)
downloadkernel-617a7ed073115016e417b518c68c96057f1bf66c.tar.gz
kernel-617a7ed073115016e417b518c68c96057f1bf66c.zip
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 <[email protected]> Acked-by: Ioana Ciornei <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Christophe Leroy <[email protected]>
-rw-r--r--drivers/soc/fsl/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/fsl/Kconfig b/drivers/soc/fsl/Kconfig
index a1e0bc8c1757..47870e29c290 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,