[GIT PULL] TEE driver infrastructure and OP-TEE drivers

Linus Torvalds torvalds at linux-foundation.org
Wed May 10 11:55:21 PDT 2017


On Tue, May 9, 2017 at 12:05 PM, Arnd Bergmann <arnd at arndb.de> wrote:
>
> TEE driver infrastructure and OP-TEE drivers

Another note: right now this adds a config question for TEE support,
but the only actual TEE driver has a

        depends on HAVE_ARM_SMCCC

on it.

Until we get more TEE drivers, might I suggest that we perhaps make
the TEE config option have

        depends on HAVE_ARM_SMCCC || COMPILE_TEST

so that the generic tee code still gets the compile test coverage, but
we don't confuse people by asking about infrastructure that they can't
possibly use..

Hmm?

                Linus



More information about the linux-arm-kernel mailing list