projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d15db2f
)
kernel/generic: add a missing symbol to the 5.10 kconfig
author
Rui Salvaterra
<rsalvaterra@gmail.com>
Sun, 18 Jul 2021 23:48:54 +0000
(
00:48
+0100)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 25 Jul 2021 11:52:38 +0000
(13:52 +0200)
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@gmail.com>
target/linux/generic/config-5.10
patch
|
blob
|
history
diff --git
a/target/linux/generic/config-5.10
b/target/linux/generic/config-5.10
index a1eab54b1c1810fa721362564fad20b2c5f93fc5..04b9d04531942f1a777f306f8995c72557afd251 100644
(file)
--- 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