diff options
author | Rui Salvaterra <rsalvaterra@gmail.com> | 2021-08-22 14:50:08 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-08-29 17:07:19 +0200 |
commit | 505b7a2d08a79780f50a2adb383f57ef63bd85ac (patch) | |
tree | de261ba9af3b4f5fec623c2fede7bf26f5331bc9 /target/linux/x86/64 | |
parent | 7e135add24911a9302d9e73fe0456318ce8169fa (diff) | |
download | upstream-505b7a2d08a79780f50a2adb383f57ef63bd85ac.tar.gz upstream-505b7a2d08a79780f50a2adb383f57ef63bd85ac.tar.bz2 upstream-505b7a2d08a79780f50a2adb383f57ef63bd85ac.zip |
kernel: move two symbols to the generic kconfigs
CONFIG_RCU_{NEED_SEGCBLIST,STALL_COMMON} are set basically everywhere. Move them
to the generic kconfigs. And resort the generic kconfigs while at it.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Diffstat (limited to 'target/linux/x86/64')
-rw-r--r-- | target/linux/x86/64/config-5.10 | 2 | ||||
-rw-r--r-- | target/linux/x86/64/config-5.4 | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/x86/64/config-5.10 b/target/linux/x86/64/config-5.10 index 6804d83519..4e979136a5 100644 --- a/target/linux/x86/64/config-5.10 +++ b/target/linux/x86/64/config-5.10 @@ -364,8 +364,6 @@ CONFIG_PVH=y CONFIG_QUEUED_RWLOCKS=y CONFIG_QUEUED_SPINLOCKS=y CONFIG_RAS=y -CONFIG_RCU_NEED_SEGCBLIST=y -CONFIG_RCU_STALL_COMMON=y CONFIG_RELAY=y CONFIG_RELOCATABLE=y CONFIG_RESET_ATTACK_MITIGATION=y diff --git a/target/linux/x86/64/config-5.4 b/target/linux/x86/64/config-5.4 index dc9aa7587f..0d10ca3ecd 100644 --- a/target/linux/x86/64/config-5.4 +++ b/target/linux/x86/64/config-5.4 @@ -369,8 +369,6 @@ CONFIG_QUEUED_RWLOCKS=y CONFIG_QUEUED_SPINLOCKS=y # CONFIG_RANDOMIZE_BASE is not set CONFIG_RAS=y -CONFIG_RCU_NEED_SEGCBLIST=y -CONFIG_RCU_STALL_COMMON=y CONFIG_REGMAP=y CONFIG_REGMAP_I2C=y CONFIG_RELAY=y |