hc
2024-11-01 2f529f9b558ca1c1bd74be7437a84e4711743404
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
 
# DOVETAIL dual-kernel interface
config HAVE_DOVETAIL
   bool
 
# Selecting ARCH_WANT_IRQS_OFF_ACTIVATE_MM in this generic Kconfig
# portion is ugly, but the whole ARCH_WANT_IRQS_OFF_ACTIVATE_MM logic
# is a temporary kludge which is meant to disappear anyway. See
# the related comments in exec_mmap() for details.
config DOVETAIL
   bool "Dovetail interface"
   depends on HAVE_DOVETAIL
   select IRQ_PIPELINE
   select ARCH_WANT_IRQS_OFF_ACTIVATE_MM
   default n
   help
     Activate this option if you want to enable the interface for
     running a secondary kernel side-by-side with Linux (aka
     "dual kernel" configuration).
 
config DOVETAIL_LEGACY_SYSCALL_RANGE
       depends on DOVETAIL
       def_bool y