blob: d74b068abc1dc093df5b810bba43556ec18823af [file] [log] [blame]
Madan Srinivas8a536e92016-05-19 19:10:44 -05001config TI_SECURE_DEVICE
2 bool "HS Device Type Support"
Vitaly Andrianov7986f082017-04-07 10:00:04 -05003 depends on OMAP54XX || AM43XX || AM33XX || ARCH_KEYSTONE
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
Tom Rini28eec372016-11-07 21:34:54 -050011source "arch/arm/mach-omap2/omap3/Kconfig"
Madan Srinivas8a536e92016-05-19 19:10:44 -050012
Tom Rini28eec372016-11-07 21:34:54 -050013source "arch/arm/mach-omap2/omap4/Kconfig"
Madan Srinivas8a536e92016-05-19 19:10:44 -050014
Tom Rini28eec372016-11-07 21:34:54 -050015source "arch/arm/mach-omap2/omap5/Kconfig"
Madan Srinivas8a536e92016-05-19 19:10:44 -050016
Tom Rini28eec372016-11-07 21:34:54 -050017source "arch/arm/mach-omap2/am33xx/Kconfig"