diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-07-14 12:08:38 -0400 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-07-15 10:35:24 -0400 |
commit | 0d7eff873caaeac84de01a1acdca983d2c7ba3fe (patch) | |
tree | 67294bf69f187e35fb8ee69946cb70877861f830 /fs/Kconfig | |
parent | 1e51764a3c2ac05a23a22b2a95ddee4d9bffb16d (diff) |
UBIFS: include to compilation
Add UBIFS to Makefile and Kbuild.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: Adrian Hunter <ext-adrian.hunter@nokia.com>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 2694648cbd1b..a52cf6280b4b 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -1375,6 +1375,9 @@ config JFFS2_CMODE_FAVOURLZO | |||
1375 | 1375 | ||
1376 | endchoice | 1376 | endchoice |
1377 | 1377 | ||
1378 | # UBIFS File system configuration | ||
1379 | source "fs/ubifs/Kconfig" | ||
1380 | |||
1378 | config CRAMFS | 1381 | config CRAMFS |
1379 | tristate "Compressed ROM file system support (cramfs)" | 1382 | tristate "Compressed ROM file system support (cramfs)" |
1380 | depends on BLOCK | 1383 | depends on BLOCK |