From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Wiklander Date: Fri, 31 Aug 2018 10:08:12 +0200 Subject: [U-Boot] [PATCH v2 11/15] configs: sandbox: enable CONFIG_TEE (TEE uclass) In-Reply-To: References: <20180823104334.16083-1-jens.wiklander@linaro.org> <20180823104334.16083-12-jens.wiklander@linaro.org> Message-ID: <20180831080811.GC28857@jax.urgonet> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Aug 29, 2018 at 06:29:02PM -0600, Simon Glass wrote: > On 23 August 2018 at 04:43, Jens Wiklander wrote: > > Signed-off-by: Jens Wiklander > > --- > > configs/sandbox64_defconfig | 1 + > > configs/sandbox_defconfig | 1 + > > configs/sandbox_flattree_defconfig | 1 + > > configs/sandbox_noblk_defconfig | 1 + > > configs/sandbox_spl_defconfig | 1 + > > 5 files changed, 5 insertions(+) > > > > Can you move this to an 'imply' in arch/Kconfig? Will do. Thanks, Jens