From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753371AbdEJSzY (ORCPT ); Wed, 10 May 2017 14:55:24 -0400 Received: from mail-io0-f182.google.com ([209.85.223.182]:33509 "EHLO mail-io0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752927AbdEJSzW (ORCPT ); Wed, 10 May 2017 14:55:22 -0400 MIME-Version: 1.0 In-Reply-To: References: From: Linus Torvalds Date: Wed, 10 May 2017 11:55:21 -0700 X-Google-Sender-Auth: uiGkdgBhXaY8RqZ7QWMJQCKrX84 Message-ID: Subject: Re: [GIT PULL] TEE driver infrastructure and OP-TEE drivers To: Arnd Bergmann Cc: arm-soc , Linux ARM , Linux Kernel Mailing List , Jens Wiklander Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 9, 2017 at 12:05 PM, Arnd Bergmann 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