blob: 24bc4851958317682ddda185dd598dfe38a318dd [file] [log] [blame]
Madan Srinivasa774e082016-05-19 19:10:44 -05001config TI_SECURE_DEVICE
2 bool "HS Device Type Support"
Andrew F. Davisba84e6a2016-08-30 14:06:25 -05003 depends on OMAP54XX || AM43XX || AM33XX
Madan Srinivasa774e082016-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 Rini983e3702016-11-07 21:34:54 -050011source "arch/arm/mach-omap2/omap3/Kconfig"
Madan Srinivasa774e082016-05-19 19:10:44 -050012
Tom Rini983e3702016-11-07 21:34:54 -050013source "arch/arm/mach-omap2/omap4/Kconfig"
Madan Srinivasa774e082016-05-19 19:10:44 -050014
Tom Rini983e3702016-11-07 21:34:54 -050015source "arch/arm/mach-omap2/omap5/Kconfig"
Madan Srinivasa774e082016-05-19 19:10:44 -050016
Tom Rini983e3702016-11-07 21:34:54 -050017source "arch/arm/mach-omap2/am33xx/Kconfig"