3 config CPU_V7_HAS_NONSEC
10 boolean "Enable support for booting in non-secure mode" if EXPERT
11 depends on CPU_V7_HAS_NONSEC
14 Say Y here to enable support for booting in non-secure / SVC mode.
16 config ARMV7_BOOT_SEC_DEFAULT
17 boolean "Boot in secure mode by default" if EXPERT
18 depends on ARMV7_NONSEC
21 Say Y here to boot in secure mode by default even if non-secure mode
22 is supported. This option is useful to boot kernels which do not
23 suppport booting in non-secure mode. Only set this if you need it.
24 This can be overriden at run-time by setting the bootm_boot_mode env.
25 variable to "sec" or "nonsec".
28 boolean "Enable support for hardware virtualization" if EXPERT
29 depends on CPU_V7_HAS_VIRT && ARMV7_NONSEC
32 Say Y here to boot in hypervisor (HYP) mode when booting non-secure.