[openwrt/openwrt] kernel/generic: add a missing symbol to the 5.10 kconfig

LEDE Commits lede-commits at lists.infradead.org
Sun Jul 25 04:58:47 PDT 2021


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/2f1bd91d3360a3dad3ff4e4911bd69b844b2ddf1

commit 2f1bd91d3360a3dad3ff4e4911bd69b844b2ddf1
Author: Rui Salvaterra <rsalvaterra at gmail.com>
AuthorDate: Mon Jul 19 00:48:54 2021 +0100

    kernel/generic: add a missing symbol to the 5.10 kconfig
    
    Add CONFIG_HAVE_ARM_ARCH_TIMER (disabled). A make kernel_oldconfig on cortexa9
    will otherwise prompt for its selection. The 5.4 configuration already contains
    the same symbol.
    
    Signed-off-by: Rui Salvaterra <rsalvaterra at gmail.com>
---
 target/linux/generic/config-5.10 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10
index a1eab54b1c..04b9d04531 100644
--- a/target/linux/generic/config-5.10
+++ b/target/linux/generic/config-5.10
@@ -2121,6 +2121,7 @@ CONFIG_HARDENED_USERCOPY=y
 # CONFIG_HARDENED_USERCOPY_PAGESPAN is not set
 CONFIG_HARDEN_EL2_VECTORS=y
 # CONFIG_HARDLOCKUP_DETECTOR is not set
+# CONFIG_HAVE_ARM_ARCH_TIMER is not set
 # CONFIG_HCALL_STATS is not set
 # CONFIG_HDC100X is not set
 # CONFIG_HDC2010 is not set



More information about the lede-commits mailing list