Hans de Goede | ea624e1 | 2014-11-14 09:34:30 +0100 | [diff] [blame] | 1 | if CPU_V7 |
| 2 | |
| 3 | config CPU_V7_HAS_NONSEC |
| 4 | bool |
| 5 | |
| 6 | config CPU_V7_HAS_VIRT |
| 7 | bool |
| 8 | |
| 9 | config ARMV7_NONSEC |
| 10 | boolean "Enable support for booting in non-secure mode" if EXPERT |
| 11 | depends on CPU_V7_HAS_NONSEC |
| 12 | default y |
| 13 | ---help--- |
| 14 | Say Y here to enable support for booting in non-secure / SVC mode. |
| 15 | |
Hans de Goede | 8bc347e | 2014-11-14 09:34:31 +0100 | [diff] [blame] | 16 | config ARMV7_BOOT_SEC_DEFAULT |
| 17 | boolean "Boot in secure mode by default" if EXPERT |
| 18 | depends on ARMV7_NONSEC |
Jan Kiszka | a8f2d01 | 2015-04-21 07:18:39 +0200 | [diff] [blame] | 19 | default y if TEGRA |
Hans de Goede | 8bc347e | 2014-11-14 09:34:31 +0100 | [diff] [blame] | 20 | ---help--- |
| 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". |
| 26 | |
Hans de Goede | ea624e1 | 2014-11-14 09:34:30 +0100 | [diff] [blame] | 27 | config ARMV7_VIRT |
| 28 | boolean "Enable support for hardware virtualization" if EXPERT |
| 29 | depends on CPU_V7_HAS_VIRT && ARMV7_NONSEC |
| 30 | default y |
| 31 | ---help--- |
| 32 | Say Y here to boot in hypervisor (HYP) mode when booting non-secure. |
| 33 | |
| 34 | endif |