summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig
diff options
context:
space:
mode:
authorNathan O <otternes@cs.unc.edu>2019-12-09 14:59:56 -0500
committerNathan O <otternes@cs.unc.edu>2019-12-09 14:59:56 -0500
commit3c4abebc788e9d92d776d7bc8b778f398cdb4010 (patch)
tree7392a57bb2d5e0e61cd3a03bae0e8ce79991f6d5 /arch/arm64/Kconfig
parent2627f203874e04500ea80f6e588cd659bec5866b (diff)
Initial attempt to "connect the wires"
- This is my first attempt to re-add all of the modifications on top of this version of the Linux kernel that were present in the previous version of LITMUS. - More notes on changes will follow after testing--no guarantees the code as it is now will compile or run correctly.
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r--arch/arm64/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 3f047afb982c..a6bf629e708c 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -1680,3 +1680,12 @@ source "arch/arm64/kvm/Kconfig"
1680if CRYPTO 1680if CRYPTO
1681source "arch/arm64/crypto/Kconfig" 1681source "arch/arm64/crypto/Kconfig"
1682endif 1682endif
1683
1684config ARCH_HAS_FEATHER_TRACE
1685 def_bool n
1686
1687config ARCH_CALLS_IRQ_ENTER_ON_RESCHED_IPI
1688 def_bool n
1689
1690source "litmus/Kconfig"
1691