diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2006-12-12 20:04:19 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-12-12 20:04:19 +0100 |
commit | bef1f40261c8bc5ad2ca70a5a1760b0eb79b6812 (patch) | |
tree | c2799c3f46bb82d3db3be07ed22edc13b4352114 /fs | |
parent | c48e3fca3f063edb0c8c4d163e880b94c1d9f93d (diff) | |
download | op-kernel-dev-bef1f40261c8bc5ad2ca70a5a1760b0eb79b6812.zip op-kernel-dev-bef1f40261c8bc5ad2ca70a5a1760b0eb79b6812.tar.gz |
kconfig: Standardize "depends" -> "depends on" in Kconfig files
Standardize the miniscule percentage of occurrences of "depends" in
Kconfig files to "depends on", and update kconfig-language.txt to
reflect that.
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1002,7 +1002,7 @@ config TMPFS_POSIX_ACL config HUGETLBFS bool "HugeTLB file system support" - depends X86 || IA64 || PPC64 || SPARC64 || SUPERH || BROKEN + depends on X86 || IA64 || PPC64 || SPARC64 || SUPERH || BROKEN help hugetlbfs is a filesystem backing for HugeTLB pages, based on ramfs. For architectures that support it, say Y here and read |