diff options
author | Tomasz Maciej Nowak <tomek_n@o2.pl> | 2019-01-13 21:29:22 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-01-27 00:16:14 +0100 |
commit | 9f6c4ba25c11fd5afecd36e9a02bb007d9397c5a (patch) | |
tree | 5acefe7fcf9f5f2f10fe0119879fd1f4aaa52d05 /target/linux/mvebu/config-4.14 | |
parent | fd5c16870169bb76dd3d3bcfbcc6a112f74aeefe (diff) | |
download | upstream-9f6c4ba25c11fd5afecd36e9a02bb007d9397c5a.tar.gz upstream-9f6c4ba25c11fd5afecd36e9a02bb007d9397c5a.tar.bz2 upstream-9f6c4ba25c11fd5afecd36e9a02bb007d9397c5a.zip |
mvebu: move HARDEN_BRANCH_PREDICTOR to common config
This symbol is enabled in all subtargets, move it to common kernel
config.
Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
Acked-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'target/linux/mvebu/config-4.14')
-rw-r--r-- | target/linux/mvebu/config-4.14 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mvebu/config-4.14 b/target/linux/mvebu/config-4.14 index 296da5a109..cb26a927f9 100644 --- a/target/linux/mvebu/config-4.14 +++ b/target/linux/mvebu/config-4.14 @@ -212,6 +212,7 @@ CONFIG_GPIO_PCA953X_IRQ=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 |