Madan Srinivas | 8a536e9 | 2016-05-19 19:10:44 -0500 | [diff] [blame^] | 1 | config TI_SECURE_DEVICE |
| 2 | bool "HS Device Type Support" |
| 3 | depends on OMAP54XX || AM43XX |
| 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 | |
| 11 | source "arch/arm/cpu/armv7/omap3/Kconfig" |
| 12 | |
| 13 | source "arch/arm/cpu/armv7/omap4/Kconfig" |
| 14 | |
| 15 | source "arch/arm/cpu/armv7/omap5/Kconfig" |
| 16 | |
| 17 | source "arch/arm/cpu/armv7/am33xx/Kconfig" |