mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 19:04:38 +00:00
sandbox: defconfig: enable CONFIG_SM option
We use this option to test UCLASS_SM. Signed-off-by: Alexey Romanov <avromanov@salutedevices.com> Reviewed-by: Simon Glass <sjg@chromium.org> Link: https://lore.kernel.org/r/20230921081346.22157-6-avromanov@salutedevices.com Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
This commit is contained in:
parent
c8e477ede3
commit
9a04e36170
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue