xref: /openbmc/u-boot/arch/arm/mach-omap2/Kconfig (revision 01a072c6cf0539e7b8e78cce7f1f53884121646a)
1config TI_SECURE_DEVICE
2	bool "HS Device Type Support"
3	depends on OMAP54XX || AM43XX || AM33XX || ARCH_KEYSTONE
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/mach-omap2/omap3/Kconfig"
12
13source "arch/arm/mach-omap2/omap4/Kconfig"
14
15source "arch/arm/mach-omap2/omap5/Kconfig"
16
17source "arch/arm/mach-omap2/am33xx/Kconfig"
18