diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-10-23 10:52:27 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-10-23 10:52:46 +0200 |
commit | 1e2164aeb46e9ad04becdd67fd77399876660946 (patch) | |
tree | 6f7fd10135253770672d11a7e67b3ff76b3f4cdb | |
parent | 3a9aed24d1db62be8bb8d2c76e6bf208e8403f0c (diff) | |
download | upstream-1e2164aeb46e9ad04becdd67fd77399876660946.tar.gz upstream-1e2164aeb46e9ad04becdd67fd77399876660946.tar.bz2 upstream-1e2164aeb46e9ad04becdd67fd77399876660946.zip |
kernel: add missing symbol for target bcm53xx
Fixes: 47f68ca58615 ("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>
-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 e6f578c6dd..cb47faa413 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 |