Skip to content

Commit 7c2b554

Browse files
committed
deepin: config: change SERIAL_IMX_CONSOLE to y
deepin inclusion category: bugfix commit c233e1e81873 ("serial: imx: change SERIAL_IMX_CONSOLE to bool") upstream It does not build a separate console driver file, so it can't be built as a module since it isn't built at all. Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
1 parent a97ee32 commit 7c2b554

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/configs/deepin_arm64_desktop_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2123,7 +2123,7 @@ CONFIG_SERIAL_TEGRA_TCU=m
21232123
CONFIG_SERIAL_MAX3100=m
21242124
CONFIG_SERIAL_MAX310X=m
21252125
CONFIG_SERIAL_IMX=m
2126-
CONFIG_SERIAL_IMX_CONSOLE=m
2126+
CONFIG_SERIAL_IMX_CONSOLE=y
21272127
CONFIG_SERIAL_UARTLITE=m
21282128
CONFIG_SERIAL_SH_SCI=m
21292129
CONFIG_SERIAL_JSM=m

0 commit comments

Comments
 (0)