--- zzzz-none-000/linux-4.4.60/arch/arm/Kconfig 2017-04-08 07:53:53.000000000 +0000 +++ honeybee-1240e-714/linux-4.4.60/arch/arm/Kconfig 2019-07-03 09:21:34.000000000 +0000 @@ -323,7 +323,7 @@ select ARCH_WANT_OPTIONAL_GPIOLIB select ARM_HAS_SG_CHAIN select ARM_PATCH_PHYS_VIRT - select AUTO_ZRELADDR + select AUTO_ZRELADDR if !ARCH_QCOM select CLKSRC_OF select COMMON_CLK select GENERIC_CLOCKEVENTS @@ -1816,6 +1816,35 @@ help Say Y if you want to run Linux in a Virtual Machine on Xen on ARM. +config AVM_FASTIRQ + bool "embedded fastirq support" + default n + help + This options enables embedded support of fastirq in linux with some restrictions + +config AVM_FASTIRQ_ARCH_ARM_COMMON + bool "fastirq not arm machine dependent" + depends on AVM_FASTIRQ + default n + help + This option chooses the more generic arm architecture implementation instead + of a certain arm plattform implementation + +config AVM_FASTIRQ_DEBUG + bool "protection checking" + depends on AVM_FASTIRQ + default n + help + Some protection checks by fastirq-usage versus linux-os + +config AVM_FASTIRQ_TZ + bool "AVM fast interrupt with trust zone support" + depends on AVM_FASTIRQ && ARCH_IPQ40XX || CONFIG_ARCH_IPQ807x + default n + help + This option enables fast interrupt support via trust zone for cortex boards. + + endmenu menu "Boot options"