[PATCH] soc: fsl: Do not enable DPAA2_CONSOLE by default during compile testing

Krzysztof Kozlowski posted 1 patch 10 months, 1 week ago
drivers/soc/fsl/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] soc: fsl: Do not enable DPAA2_CONSOLE by default during compile testing
Posted by Krzysztof Kozlowski 10 months, 1 week ago
Enabling the compile test should not cause automatic enabling of such
drivers.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 drivers/soc/fsl/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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,
-- 
2.45.2
Re: [PATCH] soc: fsl: Do not enable DPAA2_CONSOLE by default during compile testing
Posted by Christophe Leroy 8 months, 3 weeks ago
On Fri, 04 Apr 2025 13:24:07 +0200, Krzysztof Kozlowski wrote:
> Enabling the compile test should not cause automatic enabling of such
> drivers.
> 
> 

Applied, thanks!

[1/1] soc: fsl: Do not enable DPAA2_CONSOLE by default during compile testing
      commit: 617a7ed073115016e417b518c68c96057f1bf66c

Best regards,
-- 
Christophe Leroy <christophe.leroy@csgroup.eu>
Re: [PATCH] soc: fsl: Do not enable DPAA2_CONSOLE by default during compile testing
Posted by Ioana Ciornei 10 months ago
On Fri, Apr 04, 2025 at 01:24:07PM +0200, Krzysztof Kozlowski wrote:
> 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>