Message ID | 20180823104334.16083-12-jens.wiklander@linaro.org |
---|---|
State | New |
Headers | show |
Series | AVB using OP-TEE | expand |
On 23 August 2018 at 04:43, Jens Wiklander <jens.wiklander@linaro.org> wrote: > Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> > --- > 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? Regards, Simon
On Wed, Aug 29, 2018 at 06:29:02PM -0600, Simon Glass wrote: > On 23 August 2018 at 04:43, Jens Wiklander <jens.wiklander@linaro.org> wrote: > > Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> > > --- > > 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
diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig index 5bd5927b410b..213755589382 100644 --- a/configs/sandbox64_defconfig +++ b/configs/sandbox64_defconfig @@ -199,3 +199,4 @@ CONFIG_UT_TIME=y CONFIG_UT_DM=y CONFIG_UT_ENV=y CONFIG_UT_OVERLAY=y +CONFIG_TEE=y diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index afc34298ed9f..e9cba7895c33 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -200,3 +200,4 @@ CONFIG_UT_TIME=y CONFIG_UT_DM=y CONFIG_UT_ENV=y CONFIG_UT_OVERLAY=y +CONFIG_TEE=y diff --git a/configs/sandbox_flattree_defconfig b/configs/sandbox_flattree_defconfig index 84b0756a4dc7..80f3055fd079 100644 --- a/configs/sandbox_flattree_defconfig +++ b/configs/sandbox_flattree_defconfig @@ -174,3 +174,4 @@ CONFIG_UNIT_TEST=y CONFIG_UT_TIME=y CONFIG_UT_DM=y CONFIG_UT_ENV=y +CONFIG_TEE=y diff --git a/configs/sandbox_noblk_defconfig b/configs/sandbox_noblk_defconfig index d1ca61bff2e8..54ba5bc7dd36 100644 --- a/configs/sandbox_noblk_defconfig +++ b/configs/sandbox_noblk_defconfig @@ -175,3 +175,4 @@ CONFIG_UNIT_TEST=y CONFIG_UT_TIME=y CONFIG_UT_DM=y CONFIG_UT_ENV=y +CONFIG_TEE=y diff --git a/configs/sandbox_spl_defconfig b/configs/sandbox_spl_defconfig index c00672f6cc0d..87cbd67c6d21 100644 --- a/configs/sandbox_spl_defconfig +++ b/configs/sandbox_spl_defconfig @@ -194,3 +194,4 @@ CONFIG_UNIT_TEST=y CONFIG_UT_TIME=y CONFIG_UT_DM=y CONFIG_UT_ENV=y +CONFIG_TEE=y
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> --- 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(+) -- 2.17.1