Revert "ANDROID: GKI: update Kconfig options for CONFIG_PREEMPT"

This reverts commit 3d1f7b2753 as it is no
longer needed because the config options got renamed back (thankfully)
in commit a8b76910e4 ("preempt: Restore preemption model selection
configs")

Fixes: a8b76910e4 ("preempt: Restore preemption model selection configs")
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Id51a4f54483cb39f99fb0e8242277c1e9c67a9e5
This commit is contained in:
Greg Kroah-Hartman
2021-11-23 12:47:05 +01:00
parent 50eb2817ff
commit fcd6252179
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ CONFIG_BPF_SYSCALL=y
CONFIG_BPF_JIT=y
CONFIG_BPF_JIT_ALWAYS_ON=y
# CONFIG_BPF_UNPRIV_DEFAULT_OFF is not set
CONFIG_PREEMPT_BEHAVIOUR=y
CONFIG_PREEMPT=y
CONFIG_IRQ_TIME_ACCOUNTING=y
CONFIG_TASKSTATS=y
CONFIG_TASK_XACCT=y

View File

@@ -8,7 +8,7 @@ CONFIG_BPF_SYSCALL=y
CONFIG_BPF_JIT=y
CONFIG_BPF_JIT_ALWAYS_ON=y
# CONFIG_BPF_UNPRIV_DEFAULT_OFF is not set
CONFIG_PREEMPT_BEHAVIOUR=y
CONFIG_PREEMPT=y
CONFIG_IRQ_TIME_ACCOUNTING=y
CONFIG_TASKSTATS=y
CONFIG_TASK_XACCT=y