commit | 9dd430d4896d21fc5ad25fc5fae986157114118b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Feb 05 21:41:37 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Feb 12 10:35:34 2015 -0700 |
tree | f4b81a88ede005ef1203a3d8d3eda8844dffe6be | |
parent | 93e414d784b474f62c7dd3c7236b35264580223a [diff] [blame] |
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>
diff --git a/Kconfig b/Kconfig index 09e2bbe..6112a77 100644 --- a/Kconfig +++ b/Kconfig
@@ -166,3 +166,5 @@ source "fs/Kconfig" source "lib/Kconfig" + +source "test/Kconfig"