diff options
| author | Masahiro Yamada <[email protected]> | 2014-09-16 16:32:58 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-09-24 18:30:28 -0400 |
| commit | ed36323f6d217050f82a2200475959b8557a47e4 (patch) | |
| tree | c46b1240254585378fa099a833dc2cc1adc8f45b /lib | |
| parent | a03bdaa1408be4e8b6adfc8577a0ceac3ebc51e5 (diff) | |
kconfig: add blank Kconfig files
This would be useful to start moving various config options.
Signed-off-by: Masahiro Yamada <[email protected]>
Acked-by: Simon Glass <[email protected]>
Tested-by: Simon Glass <[email protected]>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig new file mode 100644 index 00000000000..9724eb88cb0 --- /dev/null +++ b/lib/Kconfig @@ -0,0 +1,3 @@ +menu "Library routines" + +endmenu |
