summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-02-05 21:41:37 -0700
committerSimon Glass <sjg@chromium.org>2015-02-12 10:35:34 -0700
commit1967982a959609d663a1c25e4473a3209671e3aa (patch)
treef4b81a88ede005ef1203a3d8d3eda8844dffe6be
parent91a91ff804d50d7a4b7560d10fa6863fc4c04307 (diff)
downloadtalos-obmc-uboot-1967982a959609d663a1c25e4473a3209671e3aa.tar.gz
talos-obmc-uboot-1967982a959609d663a1c25e4473a3209671e3aa.zip
dm: test: Add a Kconfig file
Add a file to control driver model test features. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
-rw-r--r--Kconfig2
-rw-r--r--test/Kconfig1
-rw-r--r--test/dm/Kconfig8
3 files changed, 11 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index 09e2bbe66a..6112a7778e 100644
--- a/Kconfig
+++ b/Kconfig
@@ -166,3 +166,5 @@ source "drivers/Kconfig"
source "fs/Kconfig"
source "lib/Kconfig"
+
+source "test/Kconfig"
diff --git a/test/Kconfig b/test/Kconfig
new file mode 100644
index 0000000000..1fb1716a4a
--- /dev/null
+++ b/test/Kconfig
@@ -0,0 +1 @@
+source "test/dm/Kconfig"
diff --git a/test/dm/Kconfig b/test/dm/Kconfig
new file mode 100644
index 0000000000..a9d0298e0d
--- /dev/null
+++ b/test/dm/Kconfig
@@ -0,0 +1,8 @@
+config DM_TEST
+ bool "Enable driver model test command"
+ depends on SANDBOX && CMD_DM
+ help
+ This enables the 'dm test' command which runs a series of unit
+ tests on the driver model code. Each subsystem (uclass) is tested.
+ If all is well then all tests pass although there will be a few
+ messages printed along the way.
OpenPOWER on IntegriCloud