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. > + help > + Support secure service layer for SoCs which is manufactured by which are > + Samsung Foundry. > + > + This option provide support of secure monitor service call using > + Trusted Foundations. -- ~Randy