On 7/13/22 04:58, Randy Dunlap wrote: > Hi-- > > On 7/12/22 21:55, Dongjin Yang wrote: > > diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig > > index e5cfb01353d8..4b0f2d033f58 100644 > > --- a/drivers/firmware/Kconfig > > +++ b/drivers/firmware/Kconfig > > @@ -217,6 +217,17 @@ config QCOM_SCM_DOWNLOAD_MODE_DEFAULT > > > > Say Y here to enable "download mode" by default. > > > > +config SAMSUNG_SECURE_SERVICE > > + bool "Samsung Foundry Secure Service Layer" > > + depends on HAVE_ARM_SMCCC > > + default n > > Drop that line, it's the default anyway. Sure thanks. > > > + help > > + Support secure service layer for SoCs which is manufactured by > > which are Thanks for correcting. > > > + Samsung Foundry. > > + > > + This option provide support of secure monitor service call using > > + Trusted Foundations. > > -- > ~Randy