diff --git a/package/freescale-imx/Config.in b/package/freescale-imx/Config.in index 6d196a052d..77d6547cec 100644 --- a/package/freescale-imx/Config.in +++ b/package/freescale-imx/Config.in @@ -93,6 +93,21 @@ config BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8ULPA2 endchoice +choice + prompt "i.MX 91 Silicon Revision" + default BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX91A0 + depends on BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX91 + help + Some packages related to the selected i.MX platform need to + know the silicon revision of the platform they will run on. + + Note - mismatches may result in a failure to boot! + +config BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX91A0 + bool "imx91a0" + +endchoice + choice prompt "i.MX 93 Silicon Revision" default BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX93A1