summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorPantelis Antoniou <pantelis.antoniou@konsulko.com>2017-09-04 23:12:21 +0300
committerSimon Glass <sjg@chromium.org>2017-09-15 05:27:49 -0600
commit1e9c4393fd0bc70b53d8159591043732acfb2bf3 (patch)
tree3be8a706ac8602a1485c77011106f568a3c329f8 /configs
parentda0b3a946f1a5135297b92e5a18ff97ab10145d6 (diff)
config: sandbox: Add unit tests
Add unit tests for sandbox default config. Signed-off-by: Pantelis Antoniou <pantelis.antoniou@konsulko.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/sandbox_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 4c4e4809be..54120c2cc6 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -189,7 +189,9 @@ CONFIG_CMD_DHRYSTONE=y
CONFIG_TPM=y
CONFIG_LZ4=y
CONFIG_ERRNO_STR=y
+CONFIG_OF_LIBFDT_OVERLAY=y
CONFIG_UNIT_TEST=y
CONFIG_UT_TIME=y
CONFIG_UT_DM=y
CONFIG_UT_ENV=y
+CONFIG_UT_OVERLAY=y