summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-02-06 04:41:37 (GMT)
committerSimon Glass <sjg@chromium.org>2015-02-12 17:35:34 (GMT)
commit1967982a959609d663a1c25e4473a3209671e3aa (patch)
treef4b81a88ede005ef1203a3d8d3eda8844dffe6be /Kconfig
parent91a91ff804d50d7a4b7560d10fa6863fc4c04307 (diff)
downloadu-boot-fsl-qoriq-1967982a959609d663a1c25e4473a3209671e3aa.tar.xz
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>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index 09e2bbe..6112a77 100644
--- a/Kconfig
+++ b/Kconfig
@@ -166,3 +166,5 @@ source "drivers/Kconfig"
source "fs/Kconfig"
source "lib/Kconfig"
+
+source "test/Kconfig"