diff options
| author | Alexey Romanov <[email protected]> | 2023-09-21 11:13:39 +0300 |
|---|---|---|
| committer | Neil Armstrong <[email protected]> | 2023-10-15 12:23:48 +0200 |
| commit | ef2eb106eebfc792f6d09d11dfed5c23c3991691 (patch) | |
| tree | d0425cb3b4fd5d544599018f73e6f3116617bfda /drivers/sm/Makefile | |
| parent | 9a04e36170c03eaa8b50190bda4ec37dbf0b7745 (diff) | |
drivers: introduce Meson Secure Monitor driver
This patch adds an implementation of the Meson Secure Monitor
driver based on UCLASS_SM.
Signed-off-by: Alexey Romanov <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Neil Armstrong <[email protected]>
Diffstat (limited to 'drivers/sm/Makefile')
| -rw-r--r-- | drivers/sm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/sm/Makefile b/drivers/sm/Makefile index af5f475c2b2..da81ee898ab 100644 --- a/drivers/sm/Makefile +++ b/drivers/sm/Makefile @@ -2,3 +2,4 @@ obj-y += sm-uclass.o obj-$(CONFIG_SANDBOX) += sandbox-sm.o +obj-$(CONFIG_MESON_SM) += meson-sm.o |
