blob: 4daccd93ffc7227c47681f693568dae3c00bf2c1 [file] [log] [blame]
Madan Srinivas8a536e92016-05-19 19:10:44 -05001config TI_SECURE_DEVICE
2 bool "HS Device Type Support"
Andrew F. Davisf0d354b2016-08-30 14:06:25 -05003 depends on OMAP54XX || AM43XX || AM33XX
Madan Srinivas8a536e92016-05-19 19:10:44 -05004 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
11source "arch/arm/cpu/armv7/omap3/Kconfig"
12
13source "arch/arm/cpu/armv7/omap4/Kconfig"
14
15source "arch/arm/cpu/armv7/omap5/Kconfig"
16
17source "arch/arm/cpu/armv7/am33xx/Kconfig"