diff options
| author | Alexey Romanov <[email protected]> | 2023-09-21 11:13:38 +0300 |
|---|---|---|
| committer | Neil Armstrong <[email protected]> | 2023-10-15 12:23:48 +0200 |
| commit | 9a04e36170c03eaa8b50190bda4ec37dbf0b7745 (patch) | |
| tree | bbadecc4971d7997f683f2193122f4c3eb2e98c1 | |
| parent | c8e477ede306b5357280d59002ec51b8b44672d7 (diff) | |
sandbox: defconfig: enable CONFIG_SM option
We use this option to test 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]>
| -rw-r--r-- | configs/sandbox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 01830c7bd25..47417cb0391 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 |
