From 1967982a959609d663a1c25e4473a3209671e3aa Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 5 Feb 2015 21:41:37 -0700 Subject: dm: test: Add a Kconfig file Add a file to control driver model test features. Signed-off-by: Simon Glass Reviewed-by: Masahiro Yamada --- Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Kconfig') 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" -- cgit v1.2.1