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 <[email protected]> Acked-by: Ioana Ciornei <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Christophe Leroy <[email protected]>
1 parent 8ffd015 commit 617a7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)