Skip to content

Commit 617a7ed

Browse files
krzkchleroy
authored andcommitted
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 <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>
1 parent 8ffd015 commit 617a7ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/soc/fsl/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ config FSL_MC_DPIO
3636
config DPAA2_CONSOLE
3737
tristate "QorIQ DPAA2 console driver"
3838
depends on OF && (ARCH_LAYERSCAPE || COMPILE_TEST)
39-
default y
39+
default ARCH_LAYERSCAPE
4040
help
4141
Console driver for DPAA2 platforms. Exports 2 char devices,
4242
/dev/dpaa2_mc_console and /dev/dpaa2_aiop_console,

0 commit comments

Comments
 (0)