]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/cpu/armv7/omap-common/Kconfig
ti: omap-common: Allow AM33xx devices to be built securely
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / omap-common / Kconfig
CommitLineData
a774e088
MS
1config TI_SECURE_DEVICE
2 bool "HS Device Type Support"
ba84e6ae 3 depends on OMAP54XX || AM43XX || AM33XX
a774e088
MS
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
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"