From: Alexey Romanov Date: Thu, 21 Sep 2023 08:13:38 +0000 (+0300) Subject: sandbox: defconfig: enable CONFIG_SM option X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=9a04e36170c03eaa8b50190bda4ec37dbf0b7745;p=u-boot.git sandbox: defconfig: enable CONFIG_SM option We use this option to test UCLASS_SM. Signed-off-by: Alexey Romanov Reviewed-by: Simon Glass Link: https://lore.kernel.org/r/20230921081346.22157-6-avromanov@salutedevices.com Signed-off-by: Neil Armstrong --- diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 01830c7bd2..47417cb039 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -280,6 +280,7 @@ CONFIG_RTC_HT1380=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