From: Zoltan HERPAI Date: Fri, 21 May 2021 21:56:07 +0000 (+0200) Subject: config: allow armeb to select KERNEL_EARLY_PRINTK X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=59f1354f09171412a8c3c7f3d421a2d1a9cf005b;p=openwrt%2Fstaging%2Fwigyori.git config: allow armeb to select KERNEL_EARLY_PRINTK Signed-off-by: Zoltan HERPAI --- 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