On 24-01-19, Sascha Hauer wrote: > CONFIG_FIRMWARE_IMX8MQ_OPTEE is used but not defined in Kconfig. Add the > missing symbol like existing for the other i.MX8M variants. > > Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> Reviewed-by: Marco Felsch <m.felsch@xxxxxxxxxxxxxx> > --- > firmware/Kconfig | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/firmware/Kconfig b/firmware/Kconfig > index 38fbf85555..8babdb85a8 100644 > --- a/firmware/Kconfig > +++ b/firmware/Kconfig > @@ -53,6 +53,10 @@ config FIRMWARE_IMX8MP_OPTEE > bool "install OP-TEE on i.MX8MP boards" > depends on FIRMWARE_IMX8MP_ATF && PBL_OPTEE > > +config FIRMWARE_IMX8MQ_OPTEE > + bool "install OP-TEE on i.MX8MQ boards" > + depends on FIRMWARE_IMX8MQ_ATF && PBL_OPTEE > + > config FIRMWARE_CCBV2_OPTEE > bool > depends on MACH_WEBASTO_CCBV2 && PBL_OPTEE > -- > 2.39.2 > > >