summaryrefslogtreecommitdiff
path: root/configs/sandbox_defconfig
diff options
context:
space:
mode:
authorRamon Fried <ramon.fried@gmail.com>2018-07-02 02:57:59 +0300
committerTom Rini <trini@konsulko.com>2018-07-19 16:31:38 -0400
commit7fd7e2cf339ea2ec570f6dae1cdfaf8e066eb4af (patch)
tree5d8dd398705c2d3055fc388068eb3988ba9db247 /configs/sandbox_defconfig
parent6621bedb9642690fb072e3663ce5339aee533d27 (diff)
drivers: smem: sandbox
Add Sandbox driver for SMEM. mostly stub operations. Signed-off-by: Ramon Fried <ramon.fried@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/sandbox_defconfig')
-rw-r--r--configs/sandbox_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 2fc84a16c9..47f6bfd87f 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -200,3 +200,5 @@ CONFIG_UT_TIME=y
CONFIG_UT_DM=y
CONFIG_UT_ENV=y
CONFIG_UT_OVERLAY=y
+CONFIG_SMEM=y
+CONFIG_SANDBOX_SMEM=y