Commit 30aaa808 authored by William Lee Irwin III's avatar William Lee Irwin III Committed by Linus Torvalds

[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: default avatarWilliam Irwin <wli@holomorphy.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 45778ca8
...@@ -264,7 +264,11 @@ config SUNOS_EMUL ...@@ -264,7 +264,11 @@ config SUNOS_EMUL
want to run SunOS binaries on an Ultra you must also say Y to want to run SunOS binaries on an Ultra you must also say Y to
"Kernel support for 32-bit a.out binaries" above. "Kernel support for 32-bit a.out binaries" above.
source "drivers/parport/Kconfig" source "mm/Kconfig"
endmenu
source "drivers/Kconfig"
config PRINTER config PRINTER
tristate "Parallel printer support" tristate "Parallel printer support"
...@@ -374,18 +378,8 @@ config UNIX98_PTY_COUNT ...@@ -374,18 +378,8 @@ config UNIX98_PTY_COUNT
endmenu endmenu
source "drivers/input/Kconfig"
source "fs/Kconfig" source "fs/Kconfig"
source "sound/Kconfig"
source "drivers/usb/Kconfig"
source "drivers/infiniband/Kconfig"
source "drivers/char/watchdog/Kconfig"
source "arch/sparc/Kconfig.debug" source "arch/sparc/Kconfig.debug"
source "security/Kconfig" source "security/Kconfig"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment