xref: /OK3568_Linux_fs/buildroot/package/freescale-imx/imx-seco/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_IMX_SECO
2*4882a593Smuzhiyun	bool "imx-seco"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8 || \
4*4882a593Smuzhiyun		BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8X
5*4882a593Smuzhiyun	help
6*4882a593Smuzhiyun	  Firmware file for the i.MX8 and i.MX8X Security Controller.
7*4882a593Smuzhiyun
8*4882a593Smuzhiyun	  This library is provided by Freescale as-is and doesn't have
9*4882a593Smuzhiyun	  an upstream.
10*4882a593Smuzhiyun
11*4882a593Smuzhiyunif BR2_PACKAGE_IMX_SECO
12*4882a593Smuzhiyun
13*4882a593Smuzhiyunchoice
14*4882a593Smuzhiyun	prompt "i.MX Seco Firmware Release"
15*4882a593Smuzhiyun	default BR2_PACKAGE_IMX_SECO_MX8QMB0 if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8
16*4882a593Smuzhiyun	default BR2_PACKAGE_IMX_SECO_MX8QXC0 if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8X
17*4882a593Smuzhiyun	help
18*4882a593Smuzhiyun	  Select the appropriate ahab container image to install
19*4882a593Smuzhiyun	  to match the iMX asics revision.
20*4882a593Smuzhiyun
21*4882a593Smuzhiyun	  Note - mismatches result in a failure to boot
22*4882a593Smuzhiyun
23*4882a593Smuzhiyunconfig BR2_PACKAGE_IMX_SECO_MX8DXLA0
24*4882a593Smuzhiyun	bool "imx-seco-mx8dxla0"
25*4882a593Smuzhiyun	depends on BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8
26*4882a593Smuzhiyun
27*4882a593Smuzhiyunconfig BR2_PACKAGE_IMX_SECO_MX8DXLA1
28*4882a593Smuzhiyun	bool "imx-seco-mx8dxla1"
29*4882a593Smuzhiyun	depends on BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8
30*4882a593Smuzhiyun
31*4882a593Smuzhiyunconfig BR2_PACKAGE_IMX_SECO_MX8QMB0
32*4882a593Smuzhiyun	bool "imx-seco-mx8qmb0"
33*4882a593Smuzhiyun	depends on BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8
34*4882a593Smuzhiyun
35*4882a593Smuzhiyunconfig BR2_PACKAGE_IMX_SECO_MX8QXB0
36*4882a593Smuzhiyun	bool "imx-seco-mx8qxb0"
37*4882a593Smuzhiyun	depends on BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8X
38*4882a593Smuzhiyun
39*4882a593Smuzhiyunconfig BR2_PACKAGE_IMX_SECO_MX8QXC0
40*4882a593Smuzhiyun	bool "imx-seco-mx8qxc0"
41*4882a593Smuzhiyun	depends on BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8X
42*4882a593Smuzhiyun
43*4882a593Smuzhiyunendchoice
44*4882a593Smuzhiyun
45*4882a593Smuzhiyunconfig BR2_PACKAGE_IMX_SECO_AHAB_CONTAINER_IMAGE
46*4882a593Smuzhiyun	string
47*4882a593Smuzhiyun	default "mx8dxla0-ahab-container.img" if BR2_PACKAGE_IMX_SECO_MX8DXLA0
48*4882a593Smuzhiyun	default "mx8dxla1-ahab-container.img" if BR2_PACKAGE_IMX_SECO_MX8DXLA1
49*4882a593Smuzhiyun	default "mx8qmb0-ahab-container.img" if BR2_PACKAGE_IMX_SECO_MX8QMB0
50*4882a593Smuzhiyun	default "mx8qxb0-ahab-container.img" if BR2_PACKAGE_IMX_SECO_MX8QXB0
51*4882a593Smuzhiyun	default "mx8qxc0-ahab-container.img" if BR2_PACKAGE_IMX_SECO_MX8QXC0
52*4882a593Smuzhiyun
53*4882a593Smuzhiyunendif
54