All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann Dirson" <yann.dirson@blade-group.com>
To: yocto@yoctoproject.org
Cc: twoerner@gmail.com, Yann Dirson <yann@blade-group.com>
Subject: [meta-rockchip][PATCH v3 7/7] WIP kernel config feature for OP-TEE activation
Date: Fri, 23 Apr 2021 18:58:26 +0200	[thread overview]
Message-ID: <20210423165826.2229787-8-yann@blade-group.com> (raw)
In-Reply-To: <20210423165826.2229787-1-yann@blade-group.com>

From: Yann Dirson <yann@blade-group.com>

FIXME:
- provide an .scc with proper information
- maybe bundle with dts overlay
- select a more suitable path in config namespace
---
 recipes-kernel/linux/files/bsp/tee.cfg | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 recipes-kernel/linux/files/bsp/tee.cfg

diff --git a/recipes-kernel/linux/files/bsp/tee.cfg b/recipes-kernel/linux/files/bsp/tee.cfg
new file mode 100644
index 0000000..82213a5
--- /dev/null
+++ b/recipes-kernel/linux/files/bsp/tee.cfg
@@ -0,0 +1,2 @@
+CONFIG_TEE=m
+CONFIG_OPTEE=m
-- 
2.30.2


  parent reply	other threads:[~2021-04-23 16:58 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-23 16:58 [meta-rockchip][PATCH v3 0/7] OP-TEE support for ARM and rk3399 Yann Dirson
2021-04-23 16:58 ` [meta-rockchip][PATCH v3 1/7] trusted-firmware-a: include optee support when requested by DISTRO_FEATURE Yann Dirson
2021-04-23 16:58 ` [meta-rockchip][PATCH v3 2/7] u-boot: include optee-os as BL32 " Yann Dirson
2021-04-23 16:58 ` [meta-rockchip][PATCH v3 3/7] optee-os: enable rk3399 support, including serial console support Yann Dirson
2021-04-23 16:58 ` [meta-rockchip][PATCH v3 4/7] RFC optee: new "optee" DISTRO_FEATURE to enable optee-os integration Yann Dirson
2021-04-23 16:58 ` [meta-rockchip][PATCH v3 5/7] RFC: optee: only enable the recipes when "optee" is included in DISTRO_FEATURES Yann Dirson
2021-04-23 16:58 ` [meta-rockchip][PATCH v3 6/7] WIP nanopi-m4: declare OP-TEE presence in devicetree Yann Dirson
2021-04-23 16:58 ` Yann Dirson [this message]
2021-04-23 17:19 ` [yocto] [meta-rockchip][PATCH v3 0/7] OP-TEE support for ARM and rk3399 Joshua Watt
2021-04-26  7:43   ` Yann Dirson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210423165826.2229787-8-yann@blade-group.com \
    --to=yann.dirson@blade-group.com \
    --cc=twoerner@gmail.com \
    --cc=yann@blade-group.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.