From ed36323f6d217050f82a2200475959b8557a47e4 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Tue, 16 Sep 2014 16:32:58 +0900 Subject: kconfig: add blank Kconfig files This would be useful to start moving various config options. Signed-off-by: Masahiro Yamada Acked-by: Simon Glass Tested-by: Simon Glass --- common/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 common/Kconfig (limited to 'common/Kconfig') diff --git a/common/Kconfig b/common/Kconfig new file mode 100644 index 0000000000..5ae7190e93 --- /dev/null +++ b/common/Kconfig @@ -0,0 +1,4 @@ +menu "Command line interface" + depends on !SPL_BUILD + +endmenu -- cgit v1.2.3