diff mbox series

[v2,5/8] sandbox: defconfig: enable CONFIG_SM option

Message ID 20230911163536.20735-6-avromanov@salutedevices.com
State Superseded
Delegated to: Neil Armstrong
Headers show
Series Add SM uclass and Meson SM driver | expand

Commit Message

Alexey Romanov Sept. 11, 2023, 4:35 p.m. UTC
We use this option for test UCLASS_SM.

Signed-off-by: Alexey Romanov <avromanov@salutedevices.com>
---
 configs/sandbox_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Simon Glass Sept. 21, 2023, 1:03 a.m. UTC | #1
On Mon, 11 Sept 2023 at 10:35, Alexey Romanov
<avromanov@salutedevices.com> wrote:
>
> We use this option for test UCLASS_SM.

s/for/to/

>
> Signed-off-by: Alexey Romanov <avromanov@salutedevices.com>
> ---
>  configs/sandbox_defconfig | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Simon Glass <sjg@chromium.org>


>
> diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
> index be46cae7aa..0745a4ecca 100644
> --- a/configs/sandbox_defconfig
> +++ b/configs/sandbox_defconfig
> @@ -270,6 +270,7 @@ CONFIG_RTC_RV8803=y
>  CONFIG_SCSI=y
>  CONFIG_DM_SCSI=y
>  CONFIG_SANDBOX_SERIAL=y
> +CONFIG_SM=y
>  CONFIG_SMEM=y
>  CONFIG_SANDBOX_SMEM=y
>  CONFIG_SOUND=y
> --
> 2.25.1
>
diff mbox series

Patch

diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index be46cae7aa..0745a4ecca 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -270,6 +270,7 @@  CONFIG_RTC_RV8803=y
 CONFIG_SCSI=y
 CONFIG_DM_SCSI=y
 CONFIG_SANDBOX_SERIAL=y
+CONFIG_SM=y
 CONFIG_SMEM=y
 CONFIG_SANDBOX_SMEM=y
 CONFIG_SOUND=y