From 59f1354f09171412a8c3c7f3d421a2d1a9cf005b 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 31d4e276fd..861bf08377 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -397,7 +397,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