diff options
author | Jeff Dike <jdike@addtoit.com> | 2005-09-03 18:57:12 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-05 03:06:19 -0400 |
commit | 08b178ebf37bbfb78329e0ae6ea688b103d205bf (patch) | |
tree | e11c4ac3015681bd60b66c47a1131d221435e916 /arch/um/Kconfig | |
parent | 96e59245e1abf3ea2e98c4b9ee2ebd975db653db (diff) |
[PATCH] uml: Rename Kconfig files to be like the other arches
To the extent that sub-Kconfig files exist elsewhere in the tree, they are
named Kconfig.foo, rather than the Kconfig_foo that UML has. This patch
brings the names in line with the rest of the tree.
Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/um/Kconfig')
-rw-r--r-- | arch/um/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/um/Kconfig b/arch/um/Kconfig index f945444df49c..d5e22f084880 100644 --- a/arch/um/Kconfig +++ b/arch/um/Kconfig | |||
@@ -73,7 +73,7 @@ config MODE_SKAS | |||
73 | to CONFIG_MODE_TT). Otherwise, it is safe to say Y. Disabling this | 73 | to CONFIG_MODE_TT). Otherwise, it is safe to say Y. Disabling this |
74 | option will shrink the UML binary slightly. | 74 | option will shrink the UML binary slightly. |
75 | 75 | ||
76 | source "arch/um/Kconfig_arch" | 76 | source "arch/um/Kconfig.arch" |
77 | source "mm/Kconfig" | 77 | source "mm/Kconfig" |
78 | 78 | ||
79 | config LD_SCRIPT_STATIC | 79 | config LD_SCRIPT_STATIC |
@@ -279,7 +279,7 @@ source "net/Kconfig" | |||
279 | 279 | ||
280 | source "drivers/base/Kconfig" | 280 | source "drivers/base/Kconfig" |
281 | 281 | ||
282 | source "arch/um/Kconfig_char" | 282 | source "arch/um/Kconfig.char" |
283 | 283 | ||
284 | source "drivers/block/Kconfig" | 284 | source "drivers/block/Kconfig" |
285 | 285 | ||
@@ -287,7 +287,7 @@ config NETDEVICES | |||
287 | bool | 287 | bool |
288 | default NET | 288 | default NET |
289 | 289 | ||
290 | source "arch/um/Kconfig_net" | 290 | source "arch/um/Kconfig.net" |
291 | 291 | ||
292 | source "drivers/net/Kconfig" | 292 | source "drivers/net/Kconfig" |
293 | 293 | ||
@@ -311,7 +311,7 @@ config GENERIC_ISA_DMA | |||
311 | depends on SCSI | 311 | depends on SCSI |
312 | default y | 312 | default y |
313 | 313 | ||
314 | source "arch/um/Kconfig_scsi" | 314 | source "arch/um/Kconfig.scsi" |
315 | 315 | ||
316 | endmenu | 316 | endmenu |
317 | 317 | ||