diff --git a/arch/arm64/Kconfig.turbo b/arch/arm64/Kconfig.turbo index 586edb89609c3bd5040a1bdddca8367d8dd8a3b9..76ad4ea567c3a52a50c117ad1fd4d2d1bcbb9760 100644 --- a/arch/arm64/Kconfig.turbo +++ b/arch/arm64/Kconfig.turbo @@ -4,8 +4,6 @@ menu "Turbo features selection" config FAST_SYSCALL bool "Fast syscall handler support" default n - select DEBUG_FEATURE_BYPASS - select SECURITY_FEATURE_BYPASS help This enable support Fast syscall feature. The svc exception handling process, which includes auxiliary @@ -22,8 +20,6 @@ config FAST_IRQ bool "Fast irq handler support" depends on ARM_GIC_V3 default n - select DEBUG_FEATURE_BYPASS - select SECURITY_FEATURE_BYPASS help The irq handling process, which includes auxiliary functions for debug/trace and core functions like