1
0
Fork 0

[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>
hifive-unleashed-5.1
William Lee Irwin III 2005-06-23 00:10:18 -07:00 committed by Linus Torvalds
parent 45778ca819
commit 30aaa80885
1 changed files with 5 additions and 11 deletions

View File

@ -264,7 +264,11 @@ config SUNOS_EMUL
want to run SunOS binaries on an Ultra you must also say Y to
"Kernel support for 32-bit a.out binaries" above.
source "drivers/parport/Kconfig"
source "mm/Kconfig"
endmenu
source "drivers/Kconfig"
config PRINTER
tristate "Parallel printer support"
@ -374,18 +378,8 @@ config UNIX98_PTY_COUNT
endmenu
source "drivers/input/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 "security/Kconfig"