Madan Srinivas | a774e08 | 2016-05-19 19:10:44 -0500 | [diff] [blame] | 1 | config TI_SECURE_DEVICE |
| 2 | bool "HS Device Type Support" |
Andrew F. Davis | ba84e6a | 2016-08-30 14:06:25 -0500 | [diff] [blame] | 3 | depends on OMAP54XX || AM43XX || AM33XX |
Madan Srinivas | a774e08 | 2016-05-19 19:10:44 -0500 | [diff] [blame] | 4 | help |
| 5 | If a high secure (HS) device type is being used, this config |
| 6 | must be set. This option impacts various aspects of the |
| 7 | build system (to create signed boot images that can be |
| 8 | authenticated) and the code. See the doc/README.ti-secure |
| 9 | file for further details. |
| 10 | |
Tom Rini | 983e370 | 2016-11-07 21:34:54 -0500 | [diff] [blame] | 11 | source "arch/arm/mach-omap2/omap3/Kconfig" |
Madan Srinivas | a774e08 | 2016-05-19 19:10:44 -0500 | [diff] [blame] | 12 | |
Tom Rini | 983e370 | 2016-11-07 21:34:54 -0500 | [diff] [blame] | 13 | source "arch/arm/mach-omap2/omap4/Kconfig" |
Madan Srinivas | a774e08 | 2016-05-19 19:10:44 -0500 | [diff] [blame] | 14 | |
Tom Rini | 983e370 | 2016-11-07 21:34:54 -0500 | [diff] [blame] | 15 | source "arch/arm/mach-omap2/omap5/Kconfig" |
Madan Srinivas | a774e08 | 2016-05-19 19:10:44 -0500 | [diff] [blame] | 16 | |
Tom Rini | 983e370 | 2016-11-07 21:34:54 -0500 | [diff] [blame] | 17 | source "arch/arm/mach-omap2/am33xx/Kconfig" |