diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-12-11 11:33:12 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-12-11 11:34:45 +0100 |
commit | ecc6f3ff76f7b81927149b31f28045d9518f9a04 (patch) | |
tree | 05a22b02b979e6406900851fd4900d478b7fb557 /target/linux/brcm2708 | |
parent | f6e9f2377119965d4db164568b4a90c4e895cd3d (diff) | |
download | upstream-ecc6f3ff76f7b81927149b31f28045d9518f9a04.tar.gz upstream-ecc6f3ff76f7b81927149b31f28045d9518f9a04.tar.bz2 upstream-ecc6f3ff76f7b81927149b31f28045d9518f9a04.zip |
kernel: add missing symbol in some 4.9 subtargets
Buildbot revealed some subtargets are still missing the new symbol.
Fixes: dfbf836a52e4 ("kernel: bump 4.9 to 4.9.143")
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/brcm2708')
-rw-r--r-- | target/linux/brcm2708/bcm2709/config-4.9 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/brcm2708/bcm2709/config-4.9 b/target/linux/brcm2708/bcm2709/config-4.9 index 4e505edced..0910fa6ea7 100644 --- a/target/linux/brcm2708/bcm2709/config-4.9 +++ b/target/linux/brcm2708/bcm2709/config-4.9 @@ -202,6 +202,7 @@ CONFIG_GPIO_BCM_EXP=y CONFIG_GPIO_BCM_VIRT=y CONFIG_GPIO_SYSFS=y CONFIG_HANDLE_DOMAIN_IRQ=y +CONFIG_HARDEN_BRANCH_PREDICTOR=y CONFIG_HARDIRQS_SW_RESEND=y CONFIG_HAS_DMA=y CONFIG_HAS_IOMEM=y |