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=5062816c3177f3ccc5ceef872efc0bb29da624b7;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 5e12ddd78d..219f7a8cf9 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