diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-09-16 16:32:58 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-09-24 18:30:28 -0400 |
commit | ed36323f6d217050f82a2200475959b8557a47e4 (patch) | |
tree | c46b1240254585378fa099a833dc2cc1adc8f45b /fs | |
parent | a03bdaa1408be4e8b6adfc8577a0ceac3ebc51e5 (diff) | |
download | u-boot-imx-ed36323f6d217050f82a2200475959b8557a47e4.zip u-boot-imx-ed36323f6d217050f82a2200475959b8557a47e4.tar.gz u-boot-imx-ed36323f6d217050f82a2200475959b8557a47e4.tar.bz2 |
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>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/Kconfig | 19 | ||||
-rw-r--r-- | fs/cramfs/Kconfig | 0 | ||||
-rw-r--r-- | fs/ext4/Kconfig | 0 | ||||
-rw-r--r-- | fs/fat/Kconfig | 0 | ||||
-rw-r--r-- | fs/jffs2/Kconfig | 0 | ||||
-rw-r--r-- | fs/reiserfs/Kconfig | 0 | ||||
-rw-r--r-- | fs/ubifs/Kconfig | 0 |
7 files changed, 19 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig new file mode 100644 index 0000000..41bb0b9 --- /dev/null +++ b/fs/Kconfig @@ -0,0 +1,19 @@ +# +# File system configuration +# + +menu "File systems" + +source "fs/ext4/Kconfig" + +source "fs/reiserfs/Kconfig" + +source "fs/fat/Kconfig" + +source "fs/jffs2/Kconfig" + +source "fs/ubifs/Kconfig" + +source "fs/cramfs/Kconfig" + +endmenu diff --git a/fs/cramfs/Kconfig b/fs/cramfs/Kconfig new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/fs/cramfs/Kconfig diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/fs/ext4/Kconfig diff --git a/fs/fat/Kconfig b/fs/fat/Kconfig new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/fs/fat/Kconfig diff --git a/fs/jffs2/Kconfig b/fs/jffs2/Kconfig new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/fs/jffs2/Kconfig diff --git a/fs/reiserfs/Kconfig b/fs/reiserfs/Kconfig new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/fs/reiserfs/Kconfig diff --git a/fs/ubifs/Kconfig b/fs/ubifs/Kconfig new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/fs/ubifs/Kconfig |