From 42a6ab99ab389ac86f0a0be4a988c054ad7a5df1 Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Tue, 17 Jun 2014 10:06:56 +0200 Subject: m68k/defconfig: Enable early printk support Enable CONFIG_EARLY_PRINTK on all platforms where it's available (all but Sun-3) and not yet enabled. Signed-off-by: Geert Uytterhoeven --- arch/m68k/configs/hp300_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/m68k/configs/hp300_defconfig') diff --git a/arch/m68k/configs/hp300_defconfig b/arch/m68k/configs/hp300_defconfig index e2755ff436e4..263d1d55e5ba 100644 --- a/arch/m68k/configs/hp300_defconfig +++ b/arch/m68k/configs/hp300_defconfig @@ -460,6 +460,7 @@ CONFIG_TEST_USER_COPY=m CONFIG_TEST_BPF=m CONFIG_TEST_FIRMWARE=m CONFIG_TEST_UDELAY=m +CONFIG_EARLY_PRINTK=y CONFIG_ENCRYPTED_KEYS=m CONFIG_CRYPTO_MANAGER=y CONFIG_CRYPTO_USER=m -- cgit