Madan Srinivas | 8a536e9 | 2016-05-19 19:10:44 -0500 | [diff] [blame] | 1 | config TI_SECURE_DEVICE |
| 2 | bool "HS Device Type Support" |
Vitaly Andrianov | 7986f08 | 2017-04-07 10:00:04 -0500 | [diff] [blame^] | 3 | depends on OMAP54XX || AM43XX || AM33XX || ARCH_KEYSTONE |
Madan Srinivas | 8a536e9 | 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 | 28eec37 | 2016-11-07 21:34:54 -0500 | [diff] [blame] | 11 | source "arch/arm/mach-omap2/omap3/Kconfig" |
Madan Srinivas | 8a536e9 | 2016-05-19 19:10:44 -0500 | [diff] [blame] | 12 | |
Tom Rini | 28eec37 | 2016-11-07 21:34:54 -0500 | [diff] [blame] | 13 | source "arch/arm/mach-omap2/omap4/Kconfig" |
Madan Srinivas | 8a536e9 | 2016-05-19 19:10:44 -0500 | [diff] [blame] | 14 | |
Tom Rini | 28eec37 | 2016-11-07 21:34:54 -0500 | [diff] [blame] | 15 | source "arch/arm/mach-omap2/omap5/Kconfig" |
Madan Srinivas | 8a536e9 | 2016-05-19 19:10:44 -0500 | [diff] [blame] | 16 | |
Tom Rini | 28eec37 | 2016-11-07 21:34:54 -0500 | [diff] [blame] | 17 | source "arch/arm/mach-omap2/am33xx/Kconfig" |