From 963e00f5aeb5d4a351696814481c9c152d8549f3 Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Fri, 21 May 2021 23:56:07 +0200 Subject: [PATCH] config: allow armeb to select KERNEL_EARLY_PRINTK Signed-off-by: Zoltan HERPAI --- config/Config-kernel.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Config-kernel.in b/config/Config-kernel.in index 34c606a848..76677cbe28 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -438,7 +438,7 @@ config KERNEL_EARLY_PRINTK bool "Compile the kernel with early printk" default y if TARGET_bcm53xx default n - depends on arm + depends on arm||armeb select KERNEL_DEBUG_KERNEL select KERNEL_DEBUG_LL if arm help -- 2.30.2