commit | f3e12b75f40c1533e2beddaf1e58db5565d258b7 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Tue Sep 16 16:32:58 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Wed Sep 24 18:30:28 2014 -0400 |
tree | c46b1240254585378fa099a833dc2cc1adc8f45b | |
parent | dd5355e6193ce631ee59ee5a7ed037fa8c66eed2 [diff] [blame] |
kconfig: add blank Kconfig files This would be useful to start moving various config options. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
diff --git a/common/Kconfig b/common/Kconfig new file mode 100644 index 0000000..5ae7190 --- /dev/null +++ b/common/Kconfig
@@ -0,0 +1,4 @@ +menu "Command line interface" + depends on !SPL_BUILD + +endmenu