diff options
author | William Lee Irwin III <wli@holomorphy.com> | 2005-06-23 03:10:18 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-23 12:45:33 -0400 |
commit | 30aaa80885df5d1518d498a450e73282cea8d8b1 (patch) | |
tree | 7f001c8339bd9ed972bc570b78a800852cf4e4fa /arch/sparc | |
parent | 45778ca819accab1a4a3378b3566cab0f189164f (diff) |
[PATCH] use drivers/Kconfig for sparc32
Kconfig is spitting out massive numbers of errors and so on. This patch
switches arch/sparc/Kconfig to use drivers/Kconfig so those stop.
Signed-off-by: William Irwin <wli@holomorphy.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | arch/sparc/Kconfig | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 310d3f0c445e..262e13d086fe 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig | |||
@@ -264,7 +264,11 @@ config SUNOS_EMUL | |||
264 | want to run SunOS binaries on an Ultra you must also say Y to | 264 | want to run SunOS binaries on an Ultra you must also say Y to |
265 | "Kernel support for 32-bit a.out binaries" above. | 265 | "Kernel support for 32-bit a.out binaries" above. |
266 | 266 | ||
267 | source "drivers/parport/Kconfig" | 267 | source "mm/Kconfig" |
268 | |||
269 | endmenu | ||
270 | |||
271 | source "drivers/Kconfig" | ||
268 | 272 | ||
269 | config PRINTER | 273 | config PRINTER |
270 | tristate "Parallel printer support" | 274 | tristate "Parallel printer support" |
@@ -374,18 +378,8 @@ config UNIX98_PTY_COUNT | |||
374 | 378 | ||
375 | endmenu | 379 | endmenu |
376 | 380 | ||
377 | source "drivers/input/Kconfig" | ||
378 | |||
379 | source "fs/Kconfig" | 381 | source "fs/Kconfig" |
380 | 382 | ||
381 | source "sound/Kconfig" | ||
382 | |||
383 | source "drivers/usb/Kconfig" | ||
384 | |||
385 | source "drivers/infiniband/Kconfig" | ||
386 | |||
387 | source "drivers/char/watchdog/Kconfig" | ||
388 | |||
389 | source "arch/sparc/Kconfig.debug" | 383 | source "arch/sparc/Kconfig.debug" |
390 | 384 | ||
391 | source "security/Kconfig" | 385 | source "security/Kconfig" |