2016-05-20 00:10:44 +00:00
|
|
|
config TI_SECURE_DEVICE
|
|
|
|
bool "HS Device Type Support"
|
2016-08-30 19:06:25 +00:00
|
|
|
depends on OMAP54XX || AM43XX || AM33XX
|
2016-05-20 00:10:44 +00:00
|
|
|
help
|
|
|
|
If a high secure (HS) device type is being used, this config
|
|
|
|
must be set. This option impacts various aspects of the
|
|
|
|
build system (to create signed boot images that can be
|
|
|
|
authenticated) and the code. See the doc/README.ti-secure
|
|
|
|
file for further details.
|
|
|
|
|
2016-11-08 02:34:54 +00:00
|
|
|
source "arch/arm/mach-omap2/omap3/Kconfig"
|
2016-05-20 00:10:44 +00:00
|
|
|
|
2016-11-08 02:34:54 +00:00
|
|
|
source "arch/arm/mach-omap2/omap4/Kconfig"
|
2016-05-20 00:10:44 +00:00
|
|
|
|
2016-11-08 02:34:54 +00:00
|
|
|
source "arch/arm/mach-omap2/omap5/Kconfig"
|
2016-05-20 00:10:44 +00:00
|
|
|
|
2016-11-08 02:34:54 +00:00
|
|
|
source "arch/arm/mach-omap2/am33xx/Kconfig"
|