diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-10-23 10:55:56 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-10-23 10:57:02 +0200 |
commit | 5f298b95a1cc7d1da3af8bd8fcd3aab097cd004b (patch) | |
tree | 7d4c86d41eec7d14aa98f5d433568162e1b7c17b /target/linux | |
parent | 9b385b24967a53e88c31aee04ba629d276c4e69d (diff) | |
download | upstream-5f298b95a1cc7d1da3af8bd8fcd3aab097cd004b.tar.gz upstream-5f298b95a1cc7d1da3af8bd8fcd3aab097cd004b.tar.bz2 upstream-5f298b95a1cc7d1da3af8bd8fcd3aab097cd004b.zip |
kernel: add missing symbol for target bcm53xx
Fixes: ca88f4153f8f ("kernel: bump 4.14 to 4.14.77")
Reported-by: Rafał Miłecki <rafal@milecki.pl>
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/bcm53xx/config-4.14 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/config-4.14 b/target/linux/bcm53xx/config-4.14 index af9f7ca79d..45ca7b4a06 100644 --- a/target/linux/bcm53xx/config-4.14 +++ b/target/linux/bcm53xx/config-4.14 @@ -163,6 +163,7 @@ CONFIG_GPIO_74X164=y CONFIG_GPIO_SYSFS=y # CONFIG_GRO_CELLS is not set CONFIG_HANDLE_DOMAIN_IRQ=y +CONFIG_HARDEN_BRANCH_PREDICTOR=y CONFIG_HARDIRQS_SW_RESEND=y CONFIG_HAS_DMA=y CONFIG_HAS_IOMEM=y |