diff options
author | Simon Glass <sjg@chromium.org> | 2015-02-05 21:41:37 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-02-12 10:35:34 -0700 |
commit | 1967982a959609d663a1c25e4473a3209671e3aa (patch) | |
tree | f4b81a88ede005ef1203a3d8d3eda8844dffe6be /test/Kconfig | |
parent | 91a91ff804d50d7a4b7560d10fa6863fc4c04307 (diff) | |
download | u-boot-imx-1967982a959609d663a1c25e4473a3209671e3aa.zip u-boot-imx-1967982a959609d663a1c25e4473a3209671e3aa.tar.gz u-boot-imx-1967982a959609d663a1c25e4473a3209671e3aa.tar.bz2 |
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 'test/Kconfig')
-rw-r--r-- | test/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Kconfig b/test/Kconfig new file mode 100644 index 0000000..1fb1716 --- /dev/null +++ b/test/Kconfig @@ -0,0 +1 @@ +source "test/dm/Kconfig" |